Can the JDBC-ODBC Bridge be used with applets?
Answers were Sorted based on User's Feedback
Answer / satya
Yes
Bridge driver can work with applets
because applets are executed on any client browser but
their classes are located at one loaction only
applets are travel in network
| Is This Answer Correct ? | 1 Yes | 3 No |
What are common JDBC Exceptions?
What is the function of drivermanager class?
What are the different types of statements? How we can you use preparedstatement.
What is jdbc class forname?
What is JDBC Connection? Explain steps to get Database connection in a simple java program.
What is setautocommit in jdbc?
What is isolation level? How to set it?
How to check jdbc driver version in websphere?
What is a merge field?
Can we make a database connection from HTML ?
6 Answers Aptech, BOB Technologies, Cap Gemini, Wipro,
MY code is: public class P1{ public static void main(String ar[]) { class.forName("java.lang.String"); } } errors i got are :New.java:5: error: <identifier> expected class.forName("java.lang.String"); ^ New.java:5: error: invalid method declaration; return type required class.forName("java.lang.String"); ^ New.java:5: error: illegal start of type class.forName("java.lang.String"); ^ New.java:7: error: reached end of file while parsing } ^ 4 errors HELP ME>......
What is executequery in java?