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 polymorphism in java? What are the kinds of polymorphism?
Difference between Web-based applications,Client- Server applications and Distributed applications?
Which collection object is faster to retrieving the data and inserting the data into it.
2 Answers Jamcracker, Virtusa,
Write code of any action class?
What is string array?
What is actual difference between statement,prepared statement and callable statement and when we have to use it? pls post a answer with code and clear explanation. thanks
Give few examples of final classes defined in Java API?
When is an object subject to garbage collection?
What is the difference between a loader and a compiler?
which of tha following is not a thread safe class? a) ArrayList b)Vector c)HashTable d)None
What are the main uses of java?
How many bytes is string in java?