Difference between Application and Applet ?
Answer Posted / preeti rani
Applet must have GUI whereas Application may not have GUI
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Is null keyword in java?
What is final keyword in java? Give an example.
What are the disadvantages of using inner classes?
What is constructor and virtual function? Can we call a virtual function in a constructor?
List the three steps for creating an object for a class?
If try block is successfully executed, Then Is Finally block executed?
What is a class in java?
What is the purpose of using bufferedinputstream and bufferedoutputstream classes?
Can keyword be used as identifier?
How many bytes is double?
What are the access modifiers in java?
How do you declare an array that will hold more than 64KB of data?
Is java programming easy?
What is a ternary operator in java?
What are passing parameters?