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 |
What do you mean by binding of data and functions?
What does enum stand for?
what uses of c++ language?
What is the fundamental idea of oop?
Write pseudo code for push in a stack?
WHY FUCTION OVERLOADING DOSENOT RETURN A RETEN TYPE
Can we call a base class method without creating instance?
There are 2 classes defined as below public class A { class B b; } public class B { class A a; } compiler gives error. How to fix it?
what i oops concept, how many languages supports oops concept?
what is multithreading in c++ , what is difference between multithreading and singlethreading.
Why do we use polymorphism?
What are main features of oop?