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 critical section
A segment of code in which a thread uses resources (such as certain instance variables) that can be used by other threads, but that must not be used by them at the same time.
What is declaration
A statement that establishes an identifier and associates attributes with it, without necessarily reserving its storage (for data) or providing the implementation (for methods). See also definition.
What is transaction isolation level
The degree to which the intermediate state of the data being modified by a transaction is visible to other concurrent transactions and data being modified by other transactions is visible to it.
What is transaction manager
Provides the services and management functions required to support transaction demarcation, transactional resource management, synchronization, and transaction context propagation.
No comments:
Post a Comment