Explain importance of finally block in java?
No Answer is Posted For this Question
Be the First to Post Answer
Explain scope or life time of local variables in java?
What is run-time class and system class? what is their purpose?
Can there be an abstract class with no abstract methods in it?
What environment variables are required to be set on a machine in order to run Java programs?
What does business logic mean?
define the terminology association.
What is clipping and repainting and what is the relation between them?
FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?
garbate collector(GC)?
Where are global variables stored?
What is the difference between interpreter and compiling ?
________ exception must be either caught or specified in throws class of the method.