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
Is jdbc a protocol?
What is the meaning of “dirty read” in the database?
code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)
What are the types of jdbc drivers that exist?
What is jdbc driver manager?
How many packages are available in jdbc api?
DB2 Universal claims to support JDBC 2.0, But I can only get JDBC 1.0 functionality. What can I do?
Explain different types of locks in jdbc?
What is xe in oracle jdbc url?
What is jdbc architecture?
What is an SQL Locator?
What is the use of dialect?
Compare jdbc and odbc and how is jdbc required in this context.
Explain about DSN?
How will you perform truncation using JDBC?