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 off heap memory?
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
which swing component is similar to rich text box in .net/vb
What is an object's lock and which object's have locks in java programming?
How do you download stubs from Remote place?
Where is the find and replace?
Can we use string in switch case in java?
How to Create A Wapper Class in core Java and Why are Use in java?
Explain different types of thread priorities ?
What will happen when using pass by reference in java?
Can we override the main method?
Hi can u pls tell me what is the use of marker interface. Iknow what is marker interface but what ability will the object get by implementing this.