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 jdbc url for mysql?
What is the jdbc rowset?
What is the different between ResultSet and RowSet?
Write an sql to find all records having all upper case alphanumeric characters in a field ?
RowSetInternal caller and returns void. What can I do in the readData method?
What is sqlwarning and discuss the procedure of retrieving warnings?
Is jdbc connection secure?
What is the purpose of the jdbc resultset interface?
Why should we close database connections in java?
What is the use of the statement in jdbc?
How can I instantiate and load a new CachedRowSet object from a non-JDBC source?
What is drivermanager in java?
Why can't Tomcat find my Oracle JDBC drivers in classes111.zip?
Is jpa faster than jdbc?
Explain the importance of drivermanager.