Header Ads

  • Breaking Now

    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)

    Post Top Ad

    Post Bottom Ad