REFERJAVA.COM
JAVA BLOG
Tuesday, April 17, 2007
What is conversational state ?
›
The field values of a session bean plus the transitive closure of the objects reachable from the bean's fields. The transitive closure o...
What is continue ?
›
A Java keyword used to resume program execution at the end of the current loop. If followed by a label, continue resumes execution where the...
What is const ?
›
A reserved Java keyword not used by current versions of the Java programming language. SOURCE : www.referjava.com
What is Collections?
›
Common collection activities include adding objects, removing objects, verifying object inclusion, retrieving objects and iterating. SOURCE ...
1 comment:
What is compositing ?
›
The process of superimposing one image on another to create a single image. SOURCE : www.referjava.com
What is commit ?
›
The point in a transaction when all updates to any resources involved in the transaction are made permanent. SOURCE : www.referjava.com
What is comment ?
›
In a program, explanatory text that is ignored by the compiler. In programs written in the Java programming language, comments are delimited...
1 comment:
›
Home
View web version