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 default specifier ??? Use of default specifier ???
When will we use them?
What 4 doubled?
Tell me are there implementations for sorting and searching in the java libarary?
What are Transient and Volatile Modifiers?
3 Answers SAP Labs, TUP Manila,
Can we sort array in java?
What is the purpose of the return statement?
I have 100 records in a table with two rows. I need to display 10 records per page like Google Search. I need only the Logic(Pagination) in Pure Java. No JSP and all..Thanks in Advance...
What is procedure writing?
"We cannot create an object of interface but we can create a variable of it". Discuss the statement with the help of an example. (Plz help us to provide immediately.)
what is collatration?
write a program to create an arraylist with string(add,remove) operation.and value should be enter through keyboard.