Programming Languages Java Objective
Mar 01, 2013

Which method must be defined by a class implementing the java.lang.Runnable interface?

Choose the correct answer:
A) void run()
B) public void run()
C) public void start()
D) void run(int priority)
Detailed Explanation

Option B is the right answer.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback