can we Connect Applet to Data Base ? with Discriptiom.
and also What is Diff. from Applet & Servlet?
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 |
What is the difference between a factory and abstract factory pattern?
What is the use of bufferedreader?
Is oracle java 11 free?
What is the relationship between class and object?
What do you mean by object?
How to eliminate duplicates from an array?
6 Answers ABC, AdMod, Adobe, College School Exams Tests, Patni, Wipro,
why Java does not support multiple inheritances?
What is the memory leak in java?
How do you compare objects in java?
Is string is a class in java?
Is class is a data type?
string is immutable? right every one knows that, my question is it advantage or disadvantage making string immutable?