Whatis difference between applet and swing ,is it possible connect database through appletbased gui?

Showing Answers 1 - 2 of 2 Answers

Vijay Kumar

  • Sep 26th, 2006
 

The difference between the applet and swing is as mentioned below:1. Applet belongs to java.awt package and swing belongs to javax.swing.* package.2. Applet is a heavy weight component but swing comes under light weight component's category.Yes, It is possible to connect to database directly through applets. Sometimes you are required to use the policytool to authenticate the applet otherwise in some cases applet can be directly connected to database without any authentication.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions