Q99
What is the name of the thread in the following Java Program? class multithreaded_programing public static void main(String args[]) Thread t = Thread.currentThread(); System.out.println(t);
A.
main
AnswerB.
Thread
C.
System
D.
None of the mentioned
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board