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
What are the important features of Java 9 release?
What is the use of private static?
Write a program in java to find the maximum and minimum value node from a circular linked list.
Explain the usage of this with constructors?
How do you declare a string variable?
What is dynamic binding(late binding)?
What is replacefirst in java?
What are the data types supported by java? What is autoboxing and unboxing?
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?
What is double checked locking in singleton?
How do you break a loop?
Does java support function overloading, pointers, structures, unions or linked lists?
What do you mean by object?
How can you write a loop indefinitely in java programming?
What is the escape character in java?