How to check jdbc connection in java?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we need jdbc?
Why do I have to reaccess the database for Array, Blob, and Clob data?
How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?
wahts is mean by primary key and unique key?
What are the different types of modifiers?
Give an example for execution of sql statement.
What is jdbc thin client in oracle?
What is jdbc explain?
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 are different types of ResultSet?
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 are the different types of 2 tier and 3 tier architecture ?