How vendor Naming registry supports JNDI?
No Answer is Posted For this Question
Be the First to Post Answer
Compare jdbc and odbc and how is jdbc required in this context.
Statement, PrepareStatement and Callable all these are interfaces. Thought it is a interface how come we are creating objects and calling methods("preparestatement()") in it. In which class this method is defined. Please let me know. Thanks in advance. example: PreparedStatement pre = con.prepareStatement( "UPDATE COFFEES SET SALES = ? WHERE COF_NAME LIKE ?");
What is the use of setFetchSize() and setMaxRows() methods in Statement?
Can you define a foreign key, with a key from the same table?
What is the most common example type 1 driver?
What is database deadlock ? How can we avoid them?
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 the full form of jdbc?
What are different types of transactions?
How many types of resultset are there in jdbc?
How to check jdbc connection in java?
Is jdbctemplate thread safe?