-
Difference between Statement and PreparedStatement?
Answer posted by pravash on 2005-06-08 02:16:34: The PreparedStatement is a slightly more powerful version of a Statement, and should always be at least as quick and easy to handle as a Statement. The PreparedStatement may be parametrizednull Most relational databases handles a JDBC / SQL query in four steps: 1.Parse the incoming SQL query 2. Compile the SQL query 3....
-
-
-
-
-
-
-
-
-
-
What is the command to know which version of java you are using
Answered by Scott on 2005-05-12 10:09:44: If you have set up your path correctly, you can type the following at the command prompt: java -version
-
-
-
-
-
-
-
-
-
Java Interview Questions
Ans