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
Explain what is encapsulation?
Why generics are used in java?
What does pointer mean?
What is double parsedouble in java?
What's the difference between an abstract class and interface in java?
What is a pattern what is an anti pattern?
What is append function?
Can we pass null as argument in java?
What is string made of?
Do I need java for windows 10?
How to invoke external process in java.
What is the purpose of void?
Why isn’t there operator overloading?
What is meant by distributed application? Why are we using that in our application?
What are "methods" and "fields"?