How many times garbage collector will invoke an object?s
finalize() method?
Answer Posted / ravikiran(aptech mumbai)
only once before garbage collection or it may depend on the
garbage collector.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the different http methods?
What is numel matlab?
Name and explain the types of ways which are used to pass arguments in any function in java.
Where are variables stored?
Why pass by reference is not possible in java?
Explain restrictions for using anonymous inner classes?
Why does java not support pointers?
How do you invoke a method?
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.
What is externalizable?
Explain the difference between call by refrence and call by value?
What are the 8 data types in java?
What is null mean in java?
What are wrapped classes in java programming?
Which is better arraylist or vector?