Answer Posted / vinay
Another way to call garbage collector :-
Runtime rt = Runtime.getRuntime();
rt.gc();
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What restrictions are placed on method overloading?
What are the differences between throw and throws?
Explain methods specific to list interface?
Why do we need hashset in java?
What is assembly condition codes?
What is a lock or purpose of locks in java?
What is immutable class in java?
Can we override private method?
Are static members inherited to sub classes?
hr interview how many minutes asking question
What is the functionability stubs and skeletons?
what is object-oriented programming in java?
What are different type of exceptions in java?
Can a class have multiple subclasses?
What are static blocks and static initalizers in java ?