Search Header Logo

MCQs on Java for Grade 8

Authored by SHWETANK SRIVASTAVA

Design

8th Grade

Used 26+ times

MCQs on Java for Grade 8
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to print output in Java?

print()

println()

printf()

All of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does System.out.println("Hello"); do?

Prints Hello and stays on same line

Prints Hello and moves to next line

Prints nothing

Gives an error

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement prints text without moving to next line?

System.out.println()

System.out.print()

System.out.printf()

None of these

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of System.out.print("Hi "); System.out.print("There");?

Hi

There

Hi There

HiThere

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is NOT a valid way to display output?

System.out.print("Hello")

System.out.println("Hello")

System.print("Hello")

System.out.printf("Hello")

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is a correct way to declare an integer variable?

int x;

x int;

integer x;

var int x;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is used to store decimal numbers?

int

float

String

char

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

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?