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
Is zero a positive integer?
What is serialversionuid?
How infinite loop is declared?
What are the rules for variable declaration?
What is function and method in java?
What is a void method?
Define interface in java?
Define canvas?
How many unicode characters are there?
What is comparable and comparator interface? List their differences
How to make a write-only class in java?
How many types of string data types are there?
What happens when a thrown exception is not handled?
What are the differences between string, stringbuffer and stringbuilder?
What is bytecode verifier?