
Eric D. answered 09/21/15
Tutor
5
(3)
Computer Science Career Mentoring and Mock Interview Coach
To answer using the choices you provided it would be C. I makes a specific internal Java thread begin running. You may decide the content of that thread yourself in a runnable. However depending on what OS you are using it could technically be B. For example, On Linux, Java threads are implemented with native threads. Therefore on Linux, a Java program using threads is no different from a native program using threads.