Question 20 / 28:  public class TestString1 {

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();

}

}

A  Cat
B  Dog
C  CatDog
D  Exception thrown that runtime
<< First < Previous Flashcard Next > Last >>
Quiz Home Page
https://www.jobilize.com/prateek-ashtikar-scjp-online-exam-310-065

SCJP Online Exam 310-065

Author:

Access: Public Instant Grading

Ask
Rylee Minllic
Start Quiz
Copy and paste the following HTML code into your website or blog.
<iframe src="https://www.jobilize.com/embed/prateek-ashtikar-scjp-online-exam-310-065" width="600" height="600" frameborder="0" marginwidth="0" marginheight="0" scrolling="yes" style="border:1px solid #CCC; border-width:1px 1px 0; margin-bottom:5px" allowfullscreen webkitallowfullscreen mozallowfullscreen> </iframe>