i 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
Answer Posted / karthik
No need to create any connection again..k..But inorder to interact with database we need jdbc-odbc connection.
So what will u do here is by using BEAN concept, we can create only one connection programming. After that automatically its call that program only by using constructor concept.
FinalLy what i am saying is that, here the bean used as RE-USABILITY..By use this concept we can login as many as possible..k..
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the use of statement in jdbc?
What is hbm xml?
How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?
What is JDBC RowSet? What are different types of RowSet?
What is JDBC Batch Processing and what are it’s benefits?
What does the jdbc driver interface do?
What is dburl?
What is drivermanager in jdbc?
What is executeupdate in java?
Which jdbc drivers will run your program?
What is jdbc dialect?
What are the basic exceptions in jdbc?
What is odbc and jdbc?
What is connection data?
Differentiate between type_scroll_insensitive and type_scroll_sensitive.