what is the best way, in terms of performance, to do
multiple insert/update statements, a PreparedStatement or
Batch Updates?
Answers were Sorted based on User's Feedback
Answer / ravi
It depends on the context. If you have many records that
need to be updated and you are not bothered about having
interactive session, I would choose batch. But that raises
the question, where do you store all the transactions that
need to be persisted/updated until the batch runs. Do you
want to store to a temporaray storage before updated. It
depends on the design on the system.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / nirmal
The easiest way is to use RMI to start the app and check to
see if it's already running.
The basic structure is this:
The main method of your app checks the RMI registry to see
if the app is started. If so, exit.
Otherwise, the main creates an instance of the app (which
is a remote object) and registers it in the RMI registry.
The class' constructor creates the GUI and displays it.
Alternatively, you could create a "start" method that you
call via RMI to start the app.
| Is This Answer Correct ? | 2 Yes | 9 No |
How can we maintain the integrity of a database by using jdbc?
How can you retrieve data from the resultset using jdbc?
What is Type-2 Driver and when this driver is used?
What is SQL Warning? How to retrieve SQL warnings in the JDBC program?
How can you make the connection using jdbc?
Is uri the same as url?
give me a java code snippet to connect Microsoft excel through.... I am trying alot... plz help me.
What class.forname will do while loading drivers of jdbc?
How to check jdbc connection in linux?
How do you insert images into database using jdbc?
Where can I find ojdbc14 jar file?
What is jdbc and why is it required?