Answer Posted / roy antony arnold
Don't say like this....
Answer:
Applets don't usually have constructors because an applet
isn't guaranteed to have a full environment until its
init() method is called. For example, the Applet image
loading methods don't work inside an applet constructor, but
can be called from the init() method.
| Is This Answer Correct ? | 12 Yes | 8 No |
Post New Answer View All Answers
How do you sort a set in java?
Do I need java for windows 10?
what is synchronization? : Java thread
How can we break singleton in java?
What is an infinite loop? How infinite loop is declared?
Define class?
what is the significance of listiterator in java?
What is jee6?
Is null an object in java?
Give me an example of array and linked list? Where they can be used?
How is string stored in java?
Explain restrictions on using enum?
How many return statement are allowed in a function?
What is the public field modifier?
What is the difference between Java1.4 and Java1.5