import db.jdcb; public class main { public static void main(String[] args) { /* Date D=new Date(); D.getdata(); D.printList(); */ // Thread mythread = new Thread(() -> new Webserver().startserver()); // mythread.start(); // // // System.out.println("thread started"); new jdcb().executeQuery("select * from user"); } }