Monday, October 21, 2019

Specify what kind of exception to throw from a method in Java when exceptions occur.

public Connection getConnection() throws SQLException
{

No comments:

Post a Comment