Chapter 15 Flashcards

1
Q

What exceuteUpdate do

A

CRUD operations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are 3 statement objects

A

1- statement (simple query)
2- PreparedStatement (query with different parameters & precompiled queries)
3- CallableStatement (for executing database stored procedure)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Can we move result set forward and also backward

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly