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
Is arraylist zero based?
What are different data structures in java?
What are the two categories of data types in the java programming language?
What’s the difference between callable and runnable?
What does index mean in java?
what is instanceof operator used in java?
What is callablestatement? How you can call stored procedure to pass in parameter?
How to stop a thread in java? Explain about sleep () method in a thread?
How do you remove an object from an arraylist in java?
What are the ways in which a thread can enter the waiting state?
Explain covariant method overriding in java.
Which is better stringbuffer or stringbuilder?
What is a numeric string?
Is alive and join method in java?
what is mutual exclusion? : Java thread