I have created my class and one constructor in the class and I now want to call my class in the main method.
How do I call the constructor then. My code looks like this



import java.sql.*;
...