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



what is the difference between applet and swing and gui application in java . What we do with th..

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 difference between applet and swing and gui application in java . What we do with th..

Answer / amit kumar pani

Gui means graphical user interface.

Is This Answer Correct ?    17 Yes 8 No

Post New Answer

More Core Java Interview Questions

Is math class static in java?

1 Answers  


When should I use a singleton?

1 Answers  


What is the difference between multiple processes and multiple threads?

1 Answers  


If a variable is declared as private, where may the variable be accessed?

1 Answers  


Catch(Exception e){ } in that what is Exception and purpose of that in that place exactly?

3 Answers  


Is java hashset ordered?

1 Answers  


Why is it called boolean?

1 Answers  


Is math an abstract class in java?

1 Answers  


What is parameter tag and what is its use?

1 Answers  


why an outer class cannot be declared as private?

2 Answers  


Is .net better than java?

1 Answers  


Can a static class have a constructor java?

1 Answers  


Categories