Java

Java

University

10 Qs

quiz-placeholder

Similar activities

CodeQuest Round 2

CodeQuest Round 2

University

15 Qs

Java Variables and Control Structures lec2

Java Variables and Control Structures lec2

University

10 Qs

Java Lesson 11

Java Lesson 11

5th Grade - University

10 Qs

Java Lesson 9

Java Lesson 9

5th Grade - University

12 Qs

JAVA FUNDAMENTALS

JAVA FUNDAMENTALS

University

12 Qs

Java Programming Quiz

Java Programming Quiz

University

15 Qs

Quiz 2025

Quiz 2025

University

10 Qs

java questions

java questions

University

10 Qs

Java

Java

Assessment

Quiz

Other

University

Medium

Created by

N191080 SANKARAABHIRAM

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Find The Output of the Program ??

Compilation error

Runtime error

5 6 5 6

5 6 5

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What is the Output ?

1

120

0

None Of These

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Guess The Output ?

2 2

3 3

Compilation Error

Runtime Error

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt


When an array is passed to a method, what does the method receive?

The reference of the Array

The Copy of The Array

Copy of the first element

Length of the Array

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

101

100

None

Compilation Error

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

public class Main {

public static void main(String[] args) {

try {

int[] myNumbers = {1, 2, 3};

System.out.println(myNumbers[1]);

int a = 2 / myNumbers[4];

System.out.println(a);

} catch (Exception e) {

System.out.println("Index out of bounds.");

} finally {

System.out.println("The 'try catch' is finished.");

}

}

}

Find the Output

The 'try catch' is finished.

2

2

Index out of bounds.

The 'try catch' is finished.

None of These

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image


public class MainClass

{

public static void main(String[] args)

{

C c = new C();

c.firstMethod();

c.secondMethod();

c.thirdMethod();

}

} Find the output ?

FIRST

SECOND

THIRD

FIRST

THIRD

THIRD

THIRD

FIRST

THIRD

SECOND

FIRST

THIRD

THIRD

THIRD

FIRST

SECOND

THIRD

FIRST

THIRD

THIRD

FIRST

THIRD

SECOND

FIRST

THIRD

THIRD

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?