MCQs on Java for Grade 8

MCQs on Java for Grade 8

8th Grade

50 Qs

quiz-placeholder

Similar activities

Drafting and Illustrations

Drafting and Illustrations

8th Grade

50 Qs

Network Applications Quiz

Network Applications Quiz

8th Grade

46 Qs

MCQs on Java for Grade 8 ss

MCQs on Java for Grade 8 ss

8th Grade

49 Qs

Java Quiz for Kids

Java Quiz for Kids

8th Grade

49 Qs

Basic Final Quiz

Basic Final Quiz

6th - 8th Grade

50 Qs

Building Laws Preboard 1 of 2

Building Laws Preboard 1 of 2

KG - Professional Development

50 Qs

Building Laws Preboard 2 of 2

Building Laws Preboard 2 of 2

KG - Professional Development

50 Qs

Food Technology

Food Technology

8th Grade

50 Qs

MCQs on Java for Grade 8

MCQs on Java for Grade 8

Assessment

Quiz

Design

8th Grade

Medium

Created by

SHWETANK SRIVASTAVA

Used 12+ times

FREE Resource

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

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?