Answer Posted / rohit chhabra
usualy applets hv no contructors coz we do't need to create
object of the applet class...
but if one wants to create an object of an applet class,
create it in static block...This block execute before init
method..
| Is This Answer Correct ? | 45 Yes | 4 No |
Post New Answer View All Answers
What is ternary operator in java?
In Java list the methods that can be overridden?
what do you mean by java annotations?
What is append in java?
Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?
What is busy spin, and why should you use it?
What are inbuilt functions?
Explain about the dynamic behavior of core java?
Can we override constructor in java?
Why java uses the concept of the string literal?
What is sortedmap in java?
Can we overload final method in java?
Explain about exception propagation?
How is tree Mirroring implemented?
How to instantiate static nested classes in java?