InterviewSolution
Saved Bookmarks
| 1. |
How To Connect Jdbc With Java? |
|
Answer» There are VARIOUS WAYS to connect JDBC with JAVA but the simplest ONE is to PROVIDE the following command at the runtime of your main class:- >jdbc Main Class There are various ways to connect JDBC with JAVA but the simplest one is to provide the following command at the runtime of your main class:- >jdbc Main Class |
|