class multithreaded_programing { public static void main(String args[]) { Thread t = Thread.currentThread(); System.out.println(t); } }
a) main
b) Thread
c) System
d) None of the mentioned
What is the name of the thread in the following Java Program?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What is the name of the thread in the following Java Program?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!