InterviewSolution
Saved Bookmarks
| 1. |
How Can I Write To The Log Used By Drivermanager And Jdbc Drivers? |
|
Answer» The simplest method is to use DriverManager.println(STRING MESSAGE), which will WRITE to the CURRENT log. The simplest method is to use DriverManager.println(String message), which will write to the current log. |
|