Why should we close database connections in java?
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 class.forname will do while loading drivers of jdbc?
Is jdbc and orm?
What is encrypted connection?
Give me some example for getting connection from connection pooling in JBoss Server. Is Connection Pool default in Server or we have to create it? Who can create Connection Pool in a Team. How it will be accessed by the developer code?
What are the differences between statement and preparedstatement interface?
Define preparedstatement.
Which is better odbc or jdbc?
How does JDBC differ from ODBC?
How vendor Naming registry supports JNDI?
What are the measures to connect to the db using jdbc?
What is the JDBC?