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 is the use of using enum to declare a constant?
Name some classes present in java.util.regex package.
why java does not support unsigned keyword?
What is difference between filereader and bufferedreader?
Can a main method be overloaded?
What best practices should you follow while writing multithreaded code in java?
Which command from the jdk compiles a java program?
How can you say java is object oriented?
Define how can we find the actual size of an object on the heap?
What is string length in java?
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?
Why are there no global variables in java?
Give some features of interface?
What is method reference?
Is array an object in java?