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 Method overloading?

5 Answers  


How to improve object oriented design skills?

0 Answers  


what is multi level inheritance give n example ?

13 Answers   HDFC, Hulas Steel, Ness Technologies,


suppose A is a base class and B is the derved class. Both have a method foo which is defined as a virtual method in the base class. You have a pointer of classs B and you typecast it to A. Now when you call pointer->foo, which method gets called? The next part of the question is, how does the compiler know which method to call?

3 Answers   EA Electronic Arts,


What is a unary operator?

5 Answers  






What is an example of genetic polymorphism?

0 Answers  


Name an advantage of array over linked list?

24 Answers   GML, IBM, Software Solutions,


Name a typical usage of polymorphism

3 Answers  


why we call c++ is object oriented lanaguage

7 Answers   HCL,


How can i write a code in c# to take a number from the user and then find all the prime numbers till the number entered by the user.

4 Answers   NIIT, TCS,


why freind function takes more parameter than normal member function in c++?

1 Answers   IBM,


What is abstraction oop?

0 Answers  


Categories