Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Dukker Jansen   on Sep 14 In Java Category.

  
Question Answered By: Brian Ross   on Sep 14

The pros of using an Applet:
Easy(er) to distribute to all of your users.

Don't have to worry about classpaths (as much)


The cons of using an Applet:
The security Sandbox surroudning applets is annoying to do interesting
stuff with.

Limited to the stuff you can create your applet  with (Swing and AWT), or
at least it would be more difficult to make applications with SWT (which
rocks).

Share: 

 

This Question has 5 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Question on which to use? Or get search suggestion and latest updates.


Tagged: