10 March 2011

A

Abstract:
    A Java keyword used in a class definition to specify that a class is not to be instantiated, but rather inherited by other classes. An abstract class can have abstract methods that are not implemented in the abstract class, but in subclasses.
Abstract class:
    A class that contains one or more abstract methods, and therefore can never be instantiated. Abstract classes are defined so that other classes can extend them and make them concrete by implementing the abstract methods.
Abstract method:
    A method that has no implementation.
Abstract Window Toolkit (AWT):
    A collection of graphical user interface (GUI) components that were implemented using native-platform versions of the components. These components provide that subset of functionality which is common to all native platforms. Largely supplanted by the Project Swing component set. See also Swing.
Access control:
    The methods by which interactions with resources are limited to collections of users or programs for the purpose of enforcing integrity, confidentiality, or availability constraints.
ACID:
    The acronym for the four properties guaranteed by transactions: atomicity, consistency, isolation, and durability.
Actual parameter list
    The arguments specified in a particular method call. See also formal parameter list.
API:
    Application Programming Interface. The specification of how a programmer writing an application accesses the behavior and state of classes and objects.
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.
Argument:
    A data item specified in a method call. An argument can be a literal value, a variable, or an expression.
Array:
    A collection of data items, all of the same type, in which each item's position is uniquely designated by an integer.
ASCII:
    American Standard Code for Information Interchange. A standard assignment of 7-bit numeric codes to characters. See also Unicode.
Atomic:
    Refers to an operation that is never interrupted or left in an incomplete state under any circumstance.
Authentication:
    The process by which an entity proves to another entity that it is acting on behalf of a specific identity.
Authorization:
    See access control.
Auto boxing:
    Automatic conversion between reference and primitive types.

Popular Posts



www.Java2Hari.blogspot.com. Powered by Blogger.

 
Design by Java2Hari | Bloggerized by Free Blogger Templates | Free Downloads