Vidyalelo
Java Programming · Q99

Threads

Programming · Java Programming · question 99

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
Answer
B.
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