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 jdbc rowset?
Does jdbc use ssl?
What is jndi lookup?
What is JDBC Batch Processing and what are it’s benefits?
How can we execute stored procedures?
What driver should I use for scalable Oracle JDBC applications?
What are the differences between statement and preparedstatement interface?
How many jdbc driver types are there?
Does the JDBC-ODBC Bridge work with Microsoft J++?
What are the steps involved in establishing a connection using jdbc in java?
Explain the two tier and three tier architecture of jdbc.
What is jdbc oracle thin?
Why do we need jdbc driver?
How can I instantiate and load a new CachedRowSet object from a non-JDBC source?
What is use of connection pooling?