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 a qualifier in a sentence?
why we cannot declare static variable inside a static method
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
Why method overriding is used?
What are the 4 types of characters?
Can we instantiate interface in java?
Define inheritance?
System.out.println("somestring"); It will create any object or not
Why we cannot override static method?
What is the difference between multiple processes and multiple threads?
What is the difference between the paint() and repaint() methods?
Explain runtime exceptions?