What is Connection Pooling ??? How we set up a particular connection within connection pooling ????
2 7566i 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 9349what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
1 4973MY code is: public class P1{
public static void main(String ar[])
{
class.forName("java.lang.String");
}
}
errors i got are :New.java:5: error:
What are the 4 types of jdbc drivers?
How do I check in my code whether a maximum limit of database connections have been reached?
What is jdbc url for mysql?
What does the jdbc connection interface?
What is jdbc type?
What are the advantages of using jdbc datasource?
What are collection pools?
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
Expalin the method of calling a stored procedure from jdbc.
The new features of the JDBC 2.0 API, will be supported for JDBC-ODBC Bridge?
What is jdbc? Describe the steps needed to execute a sql query using jdbc.
What is com mysql jdbc driver?
What are devices?
What causes no suitable driver error?
When do we use execute method in java jdbc?