What are the different types of Statements?
There are several statements supported in JDBC and mainly they are as given below:
-Regular statement (use createStatement method),
-Prepared statement (use prepareStatement method)
-Callable statement (use prepareCall)