Answer Posted / gyana
Application-It is a standalone programme which is executing
in a single machine or in several machine through a network.
Applet:-
1-It is the small aplication.
2-Generally applets are used for internet application.
3-It used to make web sites.
4-It can be downloaded in internet by java compatiable web
browser just like an vidio , audio files.
5-It is more secure ,you can download it with out any fear
of viros attacks.Because java is more secure.
| Is This Answer Correct ? | 80 Yes | 18 No |
Post New Answer View All Answers
Why collection doesn’t extend cloneable and serializable interfaces?
What java is used for?
what is abstract class in Java?
Write a java program that prints all the values given at command-line.
What is bool mean?
Explain the importance of finally over return statement?
What is a lambda expression ? What's its use ?
What is Hierarchy of exception?
What are the Static and Dynamic Variables? Differentiate them.
What are the four corner stones of oop?
what state does a thread enter when it terminates its processing? : Java thread
Can a static class have a constructor java?
Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?
What is the difference between int and integer in java?
What is the range of the short type?