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 many bytes is double?
Can a serialized object be transferred via network?
What is a nullable field?
How can we pass argument to a function by reference instead of pass by value?
How does sublist works in java?
Can I learn java without any programming experience?
Can a final variable be manipulated in java?
Is null a string?
What is thread synchronization in java?
What is t in parametric equations?
What does string intern() method do?
Explain the selection sort algorithm?
What do you mean by access modifier?
what are the states associated in the thread? : Java thread
Difference between static binding and dynamic binding?