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 |
Is math class static in java?
When should I use a singleton?
What is the difference between multiple processes and multiple threads?
If a variable is declared as private, where may the variable be accessed?
Catch(Exception e){ } in that what is Exception and purpose of that in that place exactly?
Is java hashset ordered?
Why is it called boolean?
Is math an abstract class in java?
What is parameter tag and what is its use?
why an outer class cannot be declared as private?
Is .net better than java?
Can a static class have a constructor java?