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


Please Help Members By Posting Answers For Below Questions

Write a program to find the whether a number is an Armstrong number or not?

1098


explain different ways of using thread? : Java thread

1082


What is parsing in java?

1041


Differentiate between static and non-static methods in java.

1128


Realized?

2264


What is the difference between break and continue statements?

1127


What are the differences between heap and stack memory in java?

1140


How to sort array in descending order in java?

996


Is minecraft 1.15 out?

1045


What is java string pool?

1083


Explain public static void main(string args[]) in java.

1076


What is an object in java and how is it created?

1140


What is a constructor overloading in java?

1125


What is a classloader in java?

1090


Write a program to print count of empty strings in java 8?

1086