What is Connection Pooling ??? How we set up a particular connection within connection pooling ????
2 7686i am user who logined the application..after that another valid user will also logind..so that is it neccessary to create jdbc connection for each and every user...plz explain it with proper answer...plz help me
IBM,
5 9550what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
1 5053MY code is: public class P1{
public static void main(String ar[])
{
class.forName("java.lang.String");
}
}
errors i got are :New.java:5: error:
Is there another way of dealing with the result set that could execute faster?
Describe odbc?
What is statement and preparedstatement in java?
How can I determine the isolation levels supported by my DBMS?
Explain the difference between inner and outer join ?
What is a statement?
Why can't Tomcat find my Oracle JDBC drivers in classes111.zip?
Why do we need a jdbcrowset like wrapper around resultset?
What is represented by the connection object?
How data can be inserted into long row column of database?
What is the purpose of jdbc resultset interface?
How can we maintain the integrity of a database by using jdbc?
What is the use of jdbc api?
Why hibernate is better than jdbc?
Is jdbc open source?