Difference between Application and Applet ?
Answer Posted / gyana
Application-
Application is a standard alone program which can be
run with a local machine and with secveral machine with
help of network.It is simply used to create windows format
application.
APPLET-
Applet is the small small application is used to create
the web applications.
You can download it by the help of java compatiable
browser.
It is more secure .
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is jvm? Why is java called the platform independent programming language?
enlist some features of jdk.
Can a class be private or protected in java?
What do you understand by copy constructor in java?
what is object-oriented programming in java?
FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?
What is an abstract method in java programming?
What does a boolean method return?
What is final?
What is the history of java?
What is the effect of keeping a constructor private?
What is difference between array and vector?
what do you mean by classloader in java?
Tell some latest versions in JAVA related areas?
Can we override compareto method?