What is the different between Applet and Application?
Answer Posted / tanuja panda
Applet is that feature of Java where we can use graphics
means it support the GUI concept but Application is totally
CUI based. We can not create graphics in an application of Java.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Why is encapsulation used?
Prepare me a program for the animation of train
what type of question are asked in thoughtworks pair programming round ?
Explain virtual inheritance?
What is a class oop?
What is solid in oops?
What are the advantages of polymorphism?
Whats is abstraction in oops?
What is protected in oop?
What is the benefit of oop?
When not to use object oriented programming?
What is purpose of inheritance?
Why do pointers exist?
Can an interface inherit a class?
How oops is better than procedural?