Grade 10 - Final Exam practice quiz

Grade 10 - Final Exam practice quiz

10th Grade

25 Qs

quiz-placeholder

Similar activities

Programowanie

Programowanie

8th - 11th Grade

20 Qs

Java Test

Java Test

3rd Grade - University

30 Qs

Java Values and datatypes

Java Values and datatypes

9th - 12th Grade

20 Qs

Java OOP Connections

Java OOP Connections

10th - 12th Grade

20 Qs

Java Decision/Selection Self-Check

Java Decision/Selection Self-Check

9th - 12th Grade

20 Qs

Programování 1 - 1

Programování 1 - 1

10th Grade

20 Qs

java conditionals, loops, and methods

java conditionals, loops, and methods

10th Grade

28 Qs

Grade 10 - Final Exam practice quiz

Grade 10 - Final Exam practice quiz

Assessment

Quiz

Computers

10th Grade

Easy

Created by

Roshni Misar

Used 6+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What keyword is used to create a class in Java?

define

struct

class

object

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What prints out "I love Java" successfully?

Systemoutprintln("I love Java);

System.out.println("I love" + " Java");

System.out.println(I love Java);

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a primitive data type in Java?

String

double

boolean

int

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which access specifier allows the most restricted access?

protected

public

private

internal

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function declaration is correct in Java?

public int add() {}

static add() {}

add() public int {}

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of inheritance is supported in Java by using classes?

Single and multilevel inheritance

Hybrid inheritance

Super inheritance

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the size of a double data type in Java?

2 bytes

8 bytes

4 bytes

16 bytes

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?