What is the life-cycle of an object?
Answer Posted / javamasque
The life cycle of an object starts with instantiation and ends with garbage collection
| Is This Answer Correct ? | 51 Yes | 3 No |
Post New Answer View All Answers
What is an array length?
Name component subclasses that support painting in java programming?
What is string pool in java?
How to sort an array in java without using sort method?
When will you define a method as static in Java?
What is the different types of functions?
What is the use of a conditional inclusion statement in Java ?
What does I ++ mean?
What is the difference between length and length () in java?
How infinite loop is declared?
What is lazy initialization in java?
What is meant by final class?
Why constructor has no return type?
Explain java coding standards for methods?
If a variable is declared as private, where may the variable be accessed?