full stack quiz 15

full stack quiz 15

1st Grade

20 Qs

quiz-placeholder

Similar activities

CA 1 QUIZ #1 IN FINAL

CA 1 QUIZ #1 IN FINAL

1st Grade

15 Qs

Second Language Acquistion

Second Language Acquistion

KG - University

20 Qs

Jaycie

Jaycie

KG - 12th Grade

20 Qs

Les PFMP au lycée Jean Hanzelet

Les PFMP au lycée Jean Hanzelet

1st Grade

20 Qs

CEO Meet CEO Pelangi Nusantara

CEO Meet CEO Pelangi Nusantara

1st - 10th Grade

20 Qs

Full Stack Quiz 16

Full Stack Quiz 16

1st Grade

20 Qs

Catches of IOT

Catches of IOT

1st Grade

15 Qs

F.A.B X1 & competitor

F.A.B X1 & competitor

KG - 1st Grade

15 Qs

full stack quiz 15

full stack quiz 15

Assessment

Quiz

Professional Development

1st Grade

Medium

Created by

Gnaneshwar Reddy

Used 6+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the below is not a Java Profiler?

JVM

JProfiler

JConsole

Eclipse Profiler

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of these keywords is not a part of exception handling?

try

finally

thrown

catch

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of these keywords must be used to handle the exception thrown by try block in some rational manner?

try

finally

throw

catch

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What allows the programmer to destroy an object x?

x.finalize()

x.delete()

Runtime.getRuntime().gc()

Only the garbage collection system can destroy an object.

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is an access modifier in Java?

An access modifier can hide or show a variable or method to outside classes.

Access modifiers help in implementing the Encapsulation feature of Object-Oriented Programming (OOPs).

An access modifier controls the visibility of variables, constants and methods of a class

All the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which exception is thrown when java is out of memory?

MemoryError

MemoryOutOfBoundsException

OutOfMemoryError

MemoryFullException

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which are access modifiers below in Java?

public

private

protected

All the above

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?