Answer Posted / viiraj
Garbage collection is implicitly accomplished with
termination of instance.
Wee dont need to explicitly request.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Explain the difference between object state and behavior?
How can I scroll through list of pages like the search results in google?
How are the elements of a cardlayout organized?
What is chat area? Explain.
What do you know about seam?
How messaging services are done, before release of JMS?
How will you pass parameters in RMI? Why do you serialize?
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
Difference between DurableSubscription and non- DurableSubscription?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
Explain about thread synchronization inside a monitor?
what are getters and setters in Java with examples?
What is Stream Tokenizer?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
Describe activation process?