Answer Posted / ravi
As mentioned earlier, JDBC is not ideal for big enterprise
level applications where in there is lot of
INSERTIONS/UPDATIONS. Because, lots of transaction control
needs to be programmed by the developer and I would choose
ejb or other ORM mechanism over JDBC.But JDBC is more
beneficial when the application has lots of SELECTS and the
end users are not really bothered about how real time the
data is? But this can also be achieved through JDBC with a
little bit more programming and with the usage of latest
JDBC specs.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is an SQL Locator?
What is the use of setFetchSize() and setMaxRows() methods in Statement?
What are the functions of the jdbc connection interface?
How does JDBC API helps us in achieving loose coupling between Java Program and JDBC Drivers API?
Is jdbc database independent?
How can you make a connection?
How to get the Database server details in java program?
Is jdbc an api?
What is @entity in java?
What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?
What is a jdbc connection string?
Which package contains jdbc api?
What is jdbc resultsetmetadata interface?
Which type of JDBC driver is the fastest one?
What is the use of jdbc?