/** * HardTest.java * Example for COM1317 project * By Jing Shan **/ class HardTest{ public static void main(String args[]){ int ExampleNum = 5; HardExample examples[] = new HardExample[ExampleNum]; Thread threads[] = new Thread[ExampleNum]; MyResource myResource = new MyResource(100); for(int i=0; i