What is the different between Applet and Application?

Answers were Sorted based on User's Feedback



What is the different between Applet and Application?..

Answer / 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

What is the different between Applet and Application?..

Answer / vinay chowdary

Applet is a kind of componet which provide easy way of
sharing,meaning applet can be downloaded from any remote
machine and can uploaded to any remote location .and it can
be invoked locally,or it can be invoked from remote machine
through your browser.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOPS Interview Questions

What is interface? When and where is it used?

0 Answers  


why in java first invoke public static void main(String args[]) method????Why not public static void method1(String args[])??

1 Answers  


what is cast operator?

2 Answers   Microsoft,


Can we create object of class with private constructor?

5 Answers  


What is the main difference between C++ and Java

11 Answers   TCS,


can we make a class static without using static keyword?

5 Answers   Aspire,


what is the difference between class to class type conversion and copy constructor ?

2 Answers  


How to use CMutex, CSemaphore in VC++ MFC

0 Answers   Persistent, TCS,


c++ is a purely oop concept?

3 Answers   Google, TCS,


Can static class have constructor?

0 Answers  


What is polymorphism what are the different types of polymorphism?

0 Answers  


who is the founder of c++?

15 Answers   Hexaware, ONGC,


Categories