Answer Posted / neha
1.initialization state
2.running state
3.display state
4.stop state
5.destroy state
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Describe the syntax of multiple inheritance? When do we use such an inheritance?
How does a cookie work in Servlets?
What are the differences between string and stringbuffer?
Is java a security risk?
What are constants and how to create constants in java?
What are namespaces in java?
How does a for loop work java?
Can we overload the main() method?
Can private members of a base class are inheritable justify?
What is multiple inheritance? Is it supported by java?
What is the difference between comparison done by equals method and == operator?
Is the milky way in a void?
Explain the importance of finally block in java?
What is the replace tool?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?