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 |
How does a try statement determine which catch clause should be used to handle an exception?
what is the use of thread?Justify it by project point of view
Is set sorted in java?
Is java developer a good career?
How do you check if an arraylist is not empty?
what is the reason behind non static method cannot be referenced from a static Context?
Can we instantiate interface in java?
What are the differences between string, stringbuffer and stringbuilder?
Why vector class is used?
What is the difference between instanceof and isinstance?
how is final different from finally and finalize in java?
What is null data type?