Answer Posted / manikandan [ gtec,vellore ]
we can't force a garbage collection.it automatically runs
when system runs out of memory.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Can constructors be synchronized in java?
What is a clone?
what is an isolation level?
What is the infobus?
Will the general public have access to the infobus apis?
What is the difference between java class and bean?
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!
What is in-memory replication?
we use MainFrame and using os390 for operating system with DB2 data base in IRAN and interest programing with java and use webspere for world wide,please help me where i should start?
What is the difference between a menuitem and a checkboxmenuitem?
What do you know about seam?
Why use a datasource when you can directly specify a connection details?
What are JTA/JTS and how they used by client?
Do we need to override service() method
What is the purpose of the wait(), notify(), and notifyall() methods?