Search Header Logo

Quiz#2: Java

Authored by Navya Jain

Computers

University

Used 6+ times

Quiz#2: Java
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

What will be the output of the following Java code?

32

33

24

25

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which environment variable is used to set the Java path?

MAVEN_Path

JavaPATH

JAVA

JAVA_HOME

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which method must be implemented by a class that implements the Runnable interface?

run( )

start( )

main( )

execute( )

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What does the hashCode( ) method in Java return?

The memory address of the object

The size of the object

An integer representation of the object

A string representation of the object

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the role of the `@FunctionalInterface` annotation in Java?

It allows a class to be used in lambda expressions.

It enforces that the interface has exactly one abstract method.

It makes the interface eligible for serialization.

It automatically generates default methods for the interface.

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What does the `ForkJoinPool` class in Java do?

It provides a thread pool optimized for divide-and-conquer algorithms.

It allows concurrent access to a shared resource.

It synchronizes multiple threads.

It blocks threads until they are explicitly woken up.

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of these packages contains the exception Stack Overflow in Java?

java.system

java.lang

java.util

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers