What is wrong with the code there are lots of error while debugging. I am writing a code for a singleton class to connect with the database mysql.
Here is my code
For Gradle-based projects you need a dependency on MySQL Java Connector:
dependencies { compile 'mysql:mysql-connector-java:6.0.+' }