(String[] args)
| 63 | } |
| 64 | |
| 65 | public static void main(String[] args) throws Exception{ |
| 66 | Monitor m = new Monitor(); |
| 67 | // 由于类冻结问题,两个方法不可同时调用 |
| 68 | // m.studentLearnMonitor(); |
| 69 | m.studentDisplayMonitor(); |
| 70 | } |
| 71 | |
| 72 | } |
nothing calls this directly
no test coverage detected