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 |
Name few java util classes introduced with java 8 ?
can we add two numbers without using arthematic operators? if possible how?
What is this () in java?
How GUI component handle its own events?
Can you extend main method in java?
Explain when classnotfoundexception will be raised ?
What are the benefits of java?
what is the Diff. between Access Specifiers and Access Modifiers?
39 Answers BMC, Cyber Shot, Infosys, VTS, Wipro,
How will you convert an ArrayList to Arrays?
steps to connect with Oracle Databse using TYPE-2 Jdbc driver.
Why method overriding is used?
make a method which any number and any type of argument and print sum of that arguments.....