Answer Posted / neeraj_passion2001
who says can not run garbage collector forcefuly?
we can as System.gc();
| Is This Answer Correct ? | 4 Yes | 15 No |
Post New Answer View All Answers
What are class types in java?
Why charat is used in java?
What is the basic difference between string and stringbuffer object?
From the two, which would be easier to write: synchronization code for ten threads or two threads?
What is the difference between private & public & friendly classes?
What is an empty list in java?
What does 0 mean in boolean?
Why is string builder not thread safe?
Is string is a keyword in java?
Are arrays primitive data types?
Why for each loop is used?
Can we override static methods in java?
What are the features in java?
What is serial version uid and its importance in java?
Explain wait(), notify() and notifyall() methods of object class ?