Answer Posted / antony
Application:
Java applications fit the traditional application model
in the sense that they are executed from a command line and
need to be installed on, or migrated to, each application
host machine and then executed within that machine's JVM
Applet:
Applets do not live in a page as is commonly perceived.
Applets are actually Java classes identified via HyperText
Markup Language (HTML) tags within Web documents, it is
these HTML tags that are embedded within Web documents.
Java Applets are loaded from Web Servers somewhere on the
Internet or within your corporate Intranet or Extranet.
| Is This Answer Correct ? | 10 Yes | 4 No |
Post New Answer View All Answers
What is ioc concept?
How are the elements of a borderlayout organized?
What are callback interfaces?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
What is the difference between java class and bean?
What is ripple effect?
What is the relationship between an event-listener interface and an event-adapter class?
Is it possible to stop the execution of a method before completion in a sessionbean?
How are commas used in the intialization and iteration parts of a for statement?
What restrictions are placed on the values of each case of a switch statement?
which type of objects reference will be given to client?
Name three component subclasses that support painting?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
Is the ternary operator written x : y ? Z or x ? Y : z ?
what is an isolation level?