Java Quiz

Java Quiz

University - Professional Development

30 Qs

quiz-placeholder

Similar activities

Typescript class 02

Typescript class 02

University

26 Qs

Java Lab

Java Lab

University

25 Qs

JAVA PROGRAMMING

JAVA PROGRAMMING

University

30 Qs

JavaScript Quiz

JavaScript Quiz

University

30 Qs

Arrays in Java

Arrays in Java

University

25 Qs

Kuis PBO 1

Kuis PBO 1

KG - University

25 Qs

Java - SET -1

Java - SET -1

University

25 Qs

Java-2

Java-2

University

30 Qs

Java Quiz

Java Quiz

Assessment

Quiz

Computers, Professional Development, Other, Education

University - Professional Development

Medium

Created by

Rameswar Gprec

Used 5+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many ways a thread can be created in Java multithreading?

1

2

5

10

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which will contain the body of the thread in Java?

Start()

Run()

Main()

Execute()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The life cycle of a thread in java is controlled by

JRE

JDK

JVM

None

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to get current running thread object?

runningThread()

currentThread()

runnableThread()

None

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Thread priority in Java is?

Integer

Float

Double

Long

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Q) Number of threads in below java program is

public class ThreadExtended extends Thread {


public void run() {

System.out.println("\nThread is running now\n");

}


public static void main(String[] args) {


ThreadExtended threadE = new ThreadExtended();


threadE.start();

}

}

0

1

2

3

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Q) Execution of a java thread begins on which method call?

Start ()

Run ()

Execute ()

Launch ()

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?