InterviewSolution
Saved Bookmarks
| 1. |
How can we connect to database in a web application?(a) oracle sql developer(b) toad(c) JDBC template(d) mysqlThis question was posed to me in an online quiz.The above asked question is from Web application in division Java Server Technologies & Servlet of Java |
|
Answer» CORRECT option is (C) JDBC template Easy explanation: JDBC template can be USED to connect to database and fire QUERIES against it. |
|