What is ACID
The acronym for the four properties
guaranteed by transactions: atomicity, consistency, isolation,
and durability.
What is actual parameter list
The arguments specified in a particular method call. See
also formal parameter list.
What is API
Application Programming Interface. The specification of how
a programmer writing an application accesses the behavior and
state of classes and objects.
What is applet
A component that typically executes in a Web browser, but
can execute in a variety of other applications or devices that
support the applet programming model.
What is ASCII
American Standard Code for Information Interchange. A
standard assignment of 7-bit numeric codes to characters. See
also Unicode.
What is atomic
Refers to an operation that is never interrupted or left in an
incomplete state under any circumstance. |