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
Which is faster jdbc or odbc?
What are the differences between setmaxrows(int) and setfetchsize(int)?
What is jdbc and why is it required?
What is difference between statement and preparedstatement in jdbc?
What is jdbc class forname?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
What is the significance of DataBaseMetaData.tableIndexStatistics? How to obtain and use it?
What do you understand by jdbc datasource?
Why jdbc is used in java?
Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?
Is jdbc open source?
What is the feature of jdbc v4?
What is a jdbc driver and how many jdbc drivers are available?
How are jdbc statements used?
How to check jdbc connection in linux?