Java 2

Java 2

Professional Development

15 Qs

quiz-placeholder

Similar activities

Datatypes and Flowcontrol

Datatypes and Flowcontrol

Professional Development

15 Qs

FORMATIVE ASSESSMENT 2 OOPS

FORMATIVE ASSESSMENT 2 OOPS

Professional Development

15 Qs

Java Fundamentals

Java Fundamentals

Professional Development

11 Qs

Streams

Streams

Professional Development

10 Qs

Chapter1

Chapter1

Professional Development

20 Qs

PBO

PBO

Professional Development

10 Qs

java

java

Professional Development

10 Qs

JDBC_Questions1

JDBC_Questions1

Professional Development

18 Qs

Java 2

Java 2

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Fouad Kayali

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a class in Java?

  • A) A function template.

  • B) A blueprint for creating objects.

  • C) A specific type of data structure.

  • D) A type of variable.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to inherit a class in Java?

  • A) extends

  • B) super

  • C) this

  • D) implements

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'static' keyword indicate?

  • A) The variable or method belongs to the main class.

  • B) The variable or method belongs to an instance of a class.

  • C) The variable or method belongs to the class rather than any instance.

  • D) The access to the variable or method is restricted.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not an OOP principle?

  • A) Encapsulation

  • B) Inheritance

  • C) Polymorphism

  • D) Compilation

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an object in Java?

  • A) A reference type variable that can store primitive data types only.

  • B) A runtime entity and instance of a class.

  • C) A type of data structure.

  • D) A blueprint for creating static methods.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an interface in Java?

  • A) A class that is used to implement security.

  • B) A template that can be applied to a class.

  • C) A collection of abstract methods and constants.

  • D) A type of data structure.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to implement an interface to a class?

  • A) extends

  • B) super

  • C) implements

  • D) static

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?