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: Paul Brooks   on Sep 14

You have three options

1. java  application
-------------------
Use this approach only if you want your application  to be a standalone that
can be started just like any other standalone application. Here use java
swings for your need.

2. Applet
---------
Use this approach when you want to use web browser as client. Presently not
many prefers to use applet  mainly due to performance related issue.

3. Servlet or JSP
-----------------
You can use this approach when you want to use web browser as client. Only
thing you need to fiddle with html and java code here.

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: