How are destructors defined in java?
Answer / Kundan Bansal
"Destructors are not directly supported in Java. Instead, Java uses the garbage collector to manage memory automatically."
| Is This Answer Correct ? | 0 Yes | 0 No |
What are computer functions?
did interface can implementation method ? i know its not possible but my interviewer said its possible ..but how..? any one have idea ???
Does java support multi dimensional arrays ?
What are the different types of inner classes?
why marker interfaces are there in java
Can a for statement loop indefinitely?
What is super in java?
What do you mean by ternary operator in java?
What are the two main uses of volatile in Java?
Explain about global variables in Java?
Can a class have a static inner class?
How GC (Garbage Collector) knows the objects reference is unused.Whether GC removes the unused object Parmanently or it maintains something.