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
What is the final class modifier?
What is object english?
Why do we need singleton?
What is tostring () method?
Which class is the superclass for every class in java programming?
Describe method overriding
Can a class be declared as protected?
Explain when noclassdeffounderror will be raised ?
What comes to mind when someone mentions a shallow copy in java?
How many types of keywords are there?
Say you want to store the information about a number of pets in an array. Typical information that you could store for each pet (where relevant) would be • Breed of animal • Animal's name • Its birth date • Its sex • Whether it has been sterilised or not • When it is due for its next inoculation • When it last had its wings clipped For each type of pet (eg. dog, cat or bird) you would typically define a class to hold the relevant data. Note: You do not need to implement these classes. Just answer the following questions. 3.1.1 What would be the advantage of creating a superclass (eg. Pet) and declaring an array of Pet objects over simply using an array of Objects, storing each of the instances of the different pet classes (eg. Dog, Cat or Bird) in it? 3.1.2 Would you define Pet as a class or as an interface? Why? (2) (2)
What is difference between overloading and overriding in java?
How many bytes is a url?
What is consumer in java?
What's a method in programming?