public static void main(String[] args) throws Exception { Thread f = new Thread(); f.start(); System.out.print("B"); f.wait(1000); System.out.print("K"); }
Not registered? Create an account
Forgot Password?
Already a registered user? Login