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 are computer functions?
Explain the importance of throws keyword in java?
How variables are declared?
Give some features of interface?
What do you understand by the term polymorphism?
WHAT IS THE SCOPE FOR COREJAVA...? IS JAVA ONLY CORE JAVA ?
Explain about static nested classes in java?
What is meant by data hiding/encapsulation?
What is an 8 bit word?
How to find the given number is a prime number or not by getting input from the user
Explain different types of wrapper classes in java?
Define "Access specifiers" in java.