What is Connection Pooling ??? How we set up a particular connection within connection pooling ????
2 7110i 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 8575what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
1 4672MY 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 four types of JDBC driver?
What class.forname does, while loading the drivers?
java based application for hospital management
Explain the difference between inner and outer join ?
What do you mean by metadata and why we are using it?
Is jdbc database independent?
What is the meaning of connection?
Why we use jdbc instead of odbc?
How to insert an image or raw data into database?
What is jndi lookup?
What are the ddl statements?
What are the steps involved in establishing a connection using jdbc in java?
What is preparedstatement in jdbc?
What are dml and ddl?
What is jdbc and jpa?