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
What is the use of predicate in java 8?
What is contract between hashcode and equal method?
How do you escape json?
Can constructor be synchronized?
What is string in java is it a data type?
what r advatages of websphere? & how to deploy?
How do you implement polymorphism in our day to day life?
What is the order of arraylist in java?
What is nan in java?
Name four container classes.
What are byte codes?
Can a variable be local and static at the same time?
What are the differences between string, stringbuffer and stringbuilder?
What are disadvantages of java?
What is string pool?