what is the difference between applet and swing and gui
application in java .
What we do with the collections set and list interface
Answers were Sorted based on User's Feedback
Answer / akilandeswari.v
Applet is used to draw something like circle,oval,line,etc.,
Swing gives look and feel effect.
GUI application is used to create interactive items like button,list, radio button, text field,etc,.
| Is This Answer Correct ? | 21 Yes | 3 No |
What is the use of private static?
What is the main use of java?
When is the finalize() called? What is the purpose of finalization?
What is a treeset class?
What do you mean by object?
What are the differences between stringbuffer and stringbuilder?
What are predefined functions?
Is string a datatype?
What restrictions are placed on method overloading?
What is a memory leak in java?
When is the finally clause of a try-catch-finally statement executed?
What is the difference between notify and notifyall method?