1. If the programmer gives the wrong user name and password in the database connection, what exception will JDBC throw (

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

1. If the programmer gives the wrong user name and password in the database connection, what exception will JDBC throw (

Post by answerhappygod »

1 If The Programmer Gives The Wrong User Name And Password In The Database Connection What Exception Will Jdbc Throw 1
1 If The Programmer Gives The Wrong User Name And Password In The Database Connection What Exception Will Jdbc Throw 1 (37.71 KiB) Viewed 15 times
1. If the programmer gives the wrong user name and password in the database connection, what exception will JDBC throw () (a) ClassNotFoundException (b) SQLException (d) AttributeException (c) NullPointerException 2. In a JDBC database connection, to execute a stored procedure stored in the database, which of the following should be used () (a) CallableStatement (b) PreparedStatement (c) Statement (d) ResultSet 3. The following describes the JDBC API incorrectly () (a) The getconnection () method of the drivermanager interface can establish a connection with the database (b) The createstatement() method of the connection interface can create a statement object (c) The executeQuery () method of the statement interface can send a select statement to the database (d) The resultset interface represents the result set after the insert statement is executed
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply