Answer Posted / lalit gupta
Applications are simple java program which are run on
console .Application can not be run without java.
but Applets are java program that can be run on console as
well as browser. Applet can be run without java because
every OS has JVM.JVM invoke applet without java.
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
How to deploy Jar, War files in J2EE?
Write a program to show synchronization?
How many times may an objects finalize() method be invoked by the garbage collector?
Name the class that is used to bind the server object with RMI Registry?
Which component handles cluster communication in jboss?
What happens when a thread cannot acquire a lock on an object?
What is the immediate superclass of the applet class?
How substring() method of string class create memory leaks?
why static class in java
What is the difference between the ‘font’ and ‘fontmetrics’ class?
Why a client should be multithreading? Explain.
Where can I ask questions and make suggestions about seam?
Can I use multiple html form elements with the same name?
What are the benefits of detached objects?
What is meant by method chaining?