What is Connection Pooling ??? How we set up a particular connection within connection pooling ????
2 7677i 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 9538what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
1 5050MY code is: public class P1{
public static void main(String ar[])
{
class.forName("java.lang.String");
}
}
errors i got are :New.java:5: error:
How does jdbc connect to database?
What is executeupdate in java?
What happens if connection is not closed in jdbc?
How can you make a connection?
What are the measures to connect to the db using jdbc?
Where is mysql jdbc driver located?
What are the flow statements of jdbc?
What is a datasource in java?
What is meant by jdbc?
Describe how the jdbc application works.
What is jdbc odbc bridge?
What is a jdbc driver and how many jdbc drivers are available?
Explain the two tier and three tier architecture of jdbc.
What are the steps to connect to the database in java?
What is use of connection pooling?