public static void main(String[] args) {
Runnable r = new Runnable() {
public void run() { System.out.println("Cat.."); }
};
Thread t = new Thread(r){
public void run(){ System.out.println("Dog.."); }
t.start();
}
SCJP Online Exam 310-065
Access: Public Instant Grading
Jobilize.com uses cookies to ensure that you get the best experience. By continuing to use Jobilize.com web-site, you agree to the Terms of Use.