InterviewSolution
Saved Bookmarks
| 1. |
What are the crucial steps in the JDBC (Java Database Connectivity) request testing process? |
|
Answer» JDBC requests are used to CREATE a connection with databases and then to track query response times. The following are important procedures to take when evaluating JDBC requests:
|
|