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
→
Minimum threads in a program are
Q.
Minimum threads in a program are
A.
1
B.
2
C.
5
D.
Many
Answer» A. 1
1.4k
0
Do you find this helpful?
1
View all MCQs in
Java Programming
Discussion
No comments yet
Login to comment
Related MCQs
Threads can be created by extending _________ class.
Threads can be created by implementing ________ interface.
At any one instance of time _____ threads will be in running state.
What method must be implemented by all threads?
Java's garbage collector runs as a ______ priority thread waiting for _______ priority threads to relinquish the processor. Choose the correct sequence.
Consider the following program: import myLibrary.*; public class ShowSomeClass { // code for the class... } What is the name of the java file containing this program?
Program which executes applet is known as
You read the following statement in a Java program that compiles and executes. submarine.dive(depth); What can you say for sure?
You read the following statement in a Java program that compiles and executes. submarine.dive(depth); What can you say for sure?
In RMI program the following two steps are used to, Either extend the UnicastRemoteObject class, the exportObject() method of the UnicastRemoteObject class,