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 drivermanager in jdbc?
What are the steps to connect to a database in java?
How many locking systems are there in jdbc?
In which ways is driver class is registered with drive manager?
Why we use jdbc instead of odbc?
What is difference between statement and preparedstatement in jdbc?
Where can I find ojdbc14 jar file?
Can resultset be null in java?
Is uri the same as url?
Describe the steps needed to execute a sql query using jdbc.
Why we use while rs next ())?
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
Explain what should be done when a SQL exception is raised?
Which type of JDBC driver is the fastest one?
How many types of resultset are there in jdbc?