Answer Posted / niranjanravi
Applets must have GUI where as Applications mayn,t have GUI.
Applet starts execution after init() method where as
Applications start execution after main() method.
| Is This Answer Correct ? | 202 Yes | 36 No |
Post New Answer View All Answers
What is a boolean expression in java?
Is string passed by reference in java?
What is bom encoding?
What is the function of static in java?
Can a main method be declared final?
How do you declare an array in java?
How is a structure different from array ?
What is classes in java?
Can we have multiple classes in single file ?
Is void a wrapper class?
What is constructor and virtual function? Can we call a virtual function in a constructor?
Can constructor be protected in java?
What is the differences between c++ and java? Explain
What is polymorphism java example?
Can we override the static methods?