// Java connecting to h2 database Connection conn = DriverManager.getConnection ("jdbc:h2:~/test", "sa","");