MCPcopy Create free account
hub / github.com/JavaCourse00/JavaCourseCodes / main

Method main

01jvm/subinterface/UserMain.java:5–8  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

3public class UserMain {
4
5 public static void main(String[] args) {
6 UserDAO dao = new UserDAO();
7 dao.insert(new User(123));
8 }
9
10}

Callers

nothing calls this directly

Calls 1

insertMethod · 0.95

Tested by

no test coverage detected