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
v-model life cycle
How do you access command-line arguments within the code?
What is the syntax and characteristics of a lambda expression? Explain
Write a program in java to establish a connection between client and server?
What does those terms actually mean included in the j.d.k i.6?
What does provide mean construction?
What happens when heap memory is full?
What is string array?
Why java is platform independent? Explain.
Does garbage collection occur in permanent generation space in jvm?
What is palindrome in java?
How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?
What is a vector in java?
Why Java doesn’t support multiple inheritance?
What about features of local inner class?