McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Bachelor of Computer Applications (BCA)
→
Java Programming
→
Thread priority in Java is?
Q.
Thread priority in Java is?
A.
Integer
B.
Float
C.
Double
D.
Long
Answer» A. Integer
2.6k
0
Do you find this helpful?
21
View all MCQs in
Java Programming
Discussion
No comments yet
Login to comment
Related MCQs
Java's garbage collector runs as a ______ priority thread waiting for _______ priority threads to relinquish the processor. Choose the correct sequence.
State true or false (i) Java RMI supports distributed objects written entirely in java (ii) Java RMI makes use of stubs and skeleton (iii) In Java RMI an object registers itself with a media server (iv) IDL is interface declaration language
Match the following (a) Datagram Socket (i) UDP connection (b) URL (ii) provides a necessary framework of debugging java programs (c) java.net (iii) makes it possible to communicate over a network with java programs (d) sun.tools.debug (iv) is a java object that represents WWW address
Which of these method of Thread class is used to find out the priority given to a thread?
Thread priority in Java is represented as?
In java thread to thread communication is called _____.
What will happen if two thread of same priority are called to be processed simultaneously?
What decides thread priority?
What is the priority of the Garbage collector thread of jdk?
Which of this method of Thread class is used to change the state of a thread to blocked state?