Can we force garbage collector to run ?
No Answer is Posted For this Question
Be the First to Post Answer
Why we used break and continue statement in java?
String is an immutable object. Then how can the following code be justified. String s1 = ?ABC?; String s1 = s1+?XYZ?; s.o.p(s1); The output is ABCXYZ, which is the value of s1 ?
6 Answers Flextronics, Keane India Ltd,
What are the different types of inner classes?
What is mnemonic in assembly language?
What is meant by serialisation and deserialisation?
How to make a write-only class in java?
What is JVM and is it platform independent?
What is gc()?
what is the use of reference variable
what is the Use of throws exception?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
Why super is first line in java?