adspace
Difference between Application and Applet ?
Answer Posted / janet
1. Application must be run on local machine where as applet
needs no explicit installation on local machine.
2.Application must be run explicitly within java compatible
virtual machine where as applet loads and runs itself
automatically in a java enabled browser.
3. application starts execution with it's main method where
as applet starts execution with it's init method
4.application can run with or without graphical user
interface where as applet must run within graphical user
interface.
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
Write a program to find the whether a number is an Armstrong number or not?
explain different ways of using thread? : Java thread
What is parsing in java?
Differentiate between static and non-static methods in java.
Realized?
What is the difference between break and continue statements?
What are the differences between heap and stack memory in java?
How to sort array in descending order in java?
Is minecraft 1.15 out?
What is java string pool?
Explain public static void main(string args[]) in java.
What is an object in java and how is it created?
What is a constructor overloading in java?
What is a classloader in java?
Write a program to print count of empty strings in java 8?