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 persistence ?
a thread is runnable, how does that work? : Java thread
What is the base class of all classes?
How do you insert a line break?
why string constant pool in java
How do you create immutable object in java?
What is lambda expression in java?
Which oo concept is achieved by using overloading and overriding?
What is time complexity java?
What is locale in java?
tell me some common
What is a control variable example?