What is the different between Applet and Application?
Answers were Sorted based on User's Feedback
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 |
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 |
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
Name an advantage of array over linked list?
24 Answers GML, IBM, Software Solutions,
What is class and object in oops?
What is multiple inheritance ?
17 Answers Blue Star, C DAC, CDAC, Impetus, Ness Technologies, Softvision Solution,
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is the diamond problem in inheritance?
What makes a language oop?
What is the outcome of the line of code "cout<<abs(- 16.5);"? 1) 16 2) 17 3) 16.5
What are virtual classes?
WHAT IS THE DIFFERENCE BETWEEN ABSTRUCTION AND ENCAPSULATION? PLEASE EXPLAIN IT.
what type of questions
How do you make derived class as an abstract class?