How to initialize an Applet ?

Answer Posted / ravikiran(aptech mumbai)

inorder to initialize applet we have to override init()
method of the Applet class

Is This Answer Correct ?    2 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the important features of Java 9 release?

738


What is the use of private static?

762


Write a program in java to find the maximum and minimum value node from a circular linked list.

754


Explain the usage of this with constructors?

747


How do you declare a string variable?

730


What is dynamic binding(late binding)?

784


What is replacefirst in java?

759


What are the data types supported by java? What is autoboxing and unboxing?

754


I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?

837


What is double checked locking in singleton?

802


How do you break a loop?

755


Does java support function overloading, pointers, structures, unions or linked lists?

807


What do you mean by object?

713


How can you write a loop indefinitely in java programming?

748


What is the escape character in java?

712