what is life cycle of applet?

Answer Posted / heena mali

four of these method -
1.init()
2.start()
3.stop()
4.destroy()
-Another paint() is define by the AWT component class
-Default implementation for all of these methods are
provided
-These five method can be assemded into the skeleton.

Is This Answer Correct ?    41 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is JDBC Driver interface?How can you retrieve data from the ResultSet

1512


What is api in java?

537


How will you serialize a singleton class without violating singleton pattern?

1520


What is the difference between equals() and == in java?

526


What is difference between hashset and hashmap in java?

463






How does predicate work in java?

534


What is integer parseint?

550


How many bytes is double?

548


Can we access the non-final local variable, inside the local inner class?

514


Can you have two constructors in java?

501


What are three ways in which a thread can enter the waiting state in java programming?

684


How many times finalize method will be invoked? Who invokes finalize() method in java?

575


How do you write a scanner class in java?

566


Why is a singleton bad?

556


What is a null check?

537