can we Connect Applet to Data Base ? with Discriptiom.
and also What is Diff. from Applet & Servlet?



can we Connect Applet to Data Base ? with Discriptiom. and also What is Diff. from Applet & Se..

Answer / vijay

Yes we can connet to databse thru applet.But there are lots
of security restrictions involved,you have to make ur applet
a signed applet.And an applet can connect to a database
which is located on the same host as the one on which your
applet code resides.you cannot connect to a databse which is
located on any other host other than your applet host database.

Is This Answer Correct ?    10 Yes 0 No

Post New Answer

More Core Java Interview Questions

Why generics are used in java?

0 Answers  


Can we inherit the constructor in a Class?please give one example.

9 Answers   iGate,


How does linkedhashmap work in java?

0 Answers  


What are null interfaces in JAVA ? and give me some examples?

5 Answers  


How do you convert string to int in java?

0 Answers  






What are different exception types exceptions available in java ?

0 Answers  


Why stringbuffer is faster than string?

0 Answers  


What are advantages of using Java?s layout managers than windowing systems?

0 Answers  


What value is a variable of the string type automatically initialized?

0 Answers  


How to create packages in java?

0 Answers  


What does I ++ mean?

0 Answers  


Implement two stacks using a single array.

0 Answers   Global Logic,


Categories