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
List types of storage classes in java?
What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?
Explain about abstract classes in java?
Should database connections be singleton?
how can you catch multiple exceptions in java?
What is a local class in java?
What is the use of singleton class?
When do I need to use reflection feature in java?
Which package is used for pattern matching with regular expressions?
What are operators and its types?
How will you get the platform dependent values like line separator, path separator, etc., ?
Is a class an object?
What are static blocks in java ?
When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?
What are the wrapped, classes?