Answer Posted / neeraj
Hi Ramesh
Sir Garbage collector is a thread and nothing can
pridict about the excecution time of a thread at runtime.
System.gc(); is a method to start that non user thread
explicitly.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Can we cast any other type to boolean type with type casting?
What is a programming object?
Which arithmetic operations can result in the throwing of an arithmeticexception?
What is the replace tool?
What is thread synchronization in java?
Explain the significance of class loaders in bootstrap?
What is the final class?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
Write a program to show whether a graph is a tree or not using adjacency matrix.
Why put method is used?
Which list does not allow duplicates in java?
Explain how to force the garbage collection in java.
What is array list in java?
What is difference between adapter class and listener?
What is the purpose of skeleton and stub?