Java

Java

University

17 Qs

quiz-placeholder

Similar activities

Postcolonial Theory

Postcolonial Theory

University

16 Qs

Kuis (Kisi - kisi UTS)

Kuis (Kisi - kisi UTS)

University

20 Qs

test

test

University

15 Qs

BTLED-HE 328  (Clothing Construction)

BTLED-HE 328 (Clothing Construction)

University

20 Qs

PBS Spring Semester Exam Review

PBS Spring Semester Exam Review

7th Grade - University

16 Qs

GARMENTS

GARMENTS

University

18 Qs

Bosch Rexroth IoT Training

Bosch Rexroth IoT Training

University

20 Qs

Psychology

Psychology

11th Grade - University

14 Qs

Java

Java

Assessment

Quiz

Other

University

Hard

Created by

Gnana G

Used 1+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the process of defining a method in a subclass having same name & type signature as a method in its superclass?

Method overloading

Method overriding

Method hiding

None of the mentioned

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of these keywords can be used to prevent Method overriding?

static

constant

protected

final

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of these is supported by method overriding in Java?

Abstraction

Encapsulation

Polymorphism

None of the mentioned

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is multithreaded programming?

It’s a process in which two different processes run simultaneously

It’s a process in which two or more parts of same process run simultaneously

It’s a process in which many different process are able to access same information

It’s a process in which a single process can access information from many sources

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these statements is incorrect?

By multithreading CPU idle time is minimized, and we can take maximum use of it

By multitasking CPU idle time is minimized, and we can take maximum use of it

Two thread in Java can have the same priority

A thread can exist only in two states, running and blocked

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of these method is used to implement Runnable interface?

stop()

run()

runThread()

stopThread()

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of these method is used to begin the execution of a thread?

run()

start()

runThread()

startThread()

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?