what is the difference between applet and swing and gui
application in java .
What we do with the collections set and list interface
Answer Posted / 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 |
Post New Answer View All Answers
Why put method is used?
What is method reference in java?
Describe string intern() methodology
Can we override a variable in java?
Difference between notify() method and notifyall() method in java?
Is java owned by oracle?
What is a char in java?
Differentiate between run time error and syntax error.
Which sorting algorithm is in place?
If you are given the name of the function at run time how will you invoke the function?
What are java threads?
What is thread synchronization in java?
What is string in java? String is a data type?
How can we create a synchronized collection from given collection?
Does constructor be static?