can we Connect Applet to Data Base ? with Discriptiom.
and also What is Diff. from Applet & Servlet?
Answer Posted / 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 View All Answers
which is advanced deep technology in java launched by the sun microsystem??? The answer is very logical If u need correct answer mail me at priya_gupta@gmail.com
What best practices should you follow while writing multithreaded code in java?
What are different types of encoding?
What is the benefit of abstract class?
What is java full form?
What is the purpose of format function?
What is difference between float and double?
How can you say java is object oriented?
What is connection class in java?
What are runtime exceptions?
How can we make a class virtual?
Can constructor be synchronized?
Can you have two constructors in java?
What does system.gc() and runtime.gc() methods do?
Can we write any code after throw statement?