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 the use of string and stringbuffer?
What is polymorphism in java? What are the kinds of polymorphism?
What purpose do the keywords final, finally, and finalize fulfill?
How many types of constructors are used in java?
Difference between arraylist and hashset in java?
What is null mean in java?
Implement two stacks using a single array.
What is variable and its types?
How can I right-justify a string?
What is package protected in java?
What are the advantages of unicode?
how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)
What do you mean by pointer value and address?
Is void a type?
Can each java object keep track of all the threads that want to exclusively access it?