Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Java applets vs Java application

Status
Not open for further replies.

mooster2

Programmer
Jan 26, 2004
21
CA
What are the main differences between Java applets and Java application?

I know that Java applets are more restrictived and have limitations comapred to applications, but aside from
NOT being able to read and write files, what are other significant limitations?

Can Java applications be run on the web too?
 
The main difference is that Applets can be embedded in html, and so you can have a small Java application running in a browser.

This is not possible using *normal* (ie not applet) Java applications.
 
Furthermore, Java signed applets *can* read and write files.

Cheers.

Dian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top