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
What is a java string?
What is a flag value?
What is the size of string?
What is boolean flag in java?
What is lazy programming?
Is arraylist a class in java?
What are the benefits of operations in java?
How do you sort a set in java?
Can we restart a dead thread in java?
Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.
What is meant by object oriented programming – oop?
Can you add null to a list java?
How to perform linear search in java?
How many types of memory areas are allocated by JVM in java?
What are the different access modifiers available in java?