Answer Posted / nashiinformaticssolutions
The life cycle of an applet involves the following.
1. Initialization
2. Start
3. Stop
4. Destroy
5. Paint
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
What is variable declaration and definition?
Can we declare array without size in java?
What is the use of join method?
What is the platform?
What do you mean by collectors in java 8?
Is null or empty java?
What does jre stand for?
What is port number in java?
Why is string buffer better than string ?
What is a method in programming?
What is main method?
What is use of static method?
String class is defined under which package in java?
What is nested interface?