class multithreaded_programing { public static void main(String args[]) { Thread t = Thread.currentThread(); System.out.println(t.getPriority()); } }
a) 0
b) 1
c) 4
d) 5
What is the name of the thread in output 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 output 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!