What is Connection Pooling ??? How we set up a particular connection within connection pooling ????
2 7767i 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 9704what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
1 5124MY code is: public class P1{
public static void main(String ar[])
{
class.forName("java.lang.String");
}
}
errors i got are :New.java:5: error:
Explain the various types of locking system in jdbc?
What is jdbc odbc driver?
What is the benefit of having jdbcrowset implementation?
What are the steps involved in establishing a connection using jdbc in java?
Does jdbctemplate close connection?
Differentiate between type_scroll_insensitive and type_scroll_sensitive.
How a database driver can be loaded with jdbc 4.0 / java 6?
How can you make the connection using jdbc?
What is the use of jdbc api?
When do we use execute method in java jdbc?
How do I insert an image file (or other raw data) into a database?
What class.forname does, while loading the drivers?
How we store procedure in oralce for callable statements in jdbc
What is odbc and jdbc?
What should be done for auto generating primary key id in a table ?