In Reference to this mock green's question explain
Thread class start()
and run() methods
Which statement is true of the following code?
1) Compile time error, class Rpcraven does not import java.lang.Thread
2) Output of One One Two Two
3) Output of One Two One Two
4) Compilation but no output at runtime
if the run() method is replaced by start() method what will be the output?
(
please use
tags and format your code)
[ December 20, 2004: Message edited by: Barry Gaunt ]