executeUpdate instead of executeQuery for select statements
843859Aug 17 2007 — edited Aug 19 2007We can execute a select query using executeQuery. But the select query can
also be executed using executeUpdate. What is the difference in using the 2.
Why dont we use executeUpdate itself in place of executeQuery