Java 2

Java 2

Professional Development

15 Qs

quiz-placeholder

Similar activities

Prueba S.O.L.I.D.

Prueba S.O.L.I.D.

Professional Development

10 Qs

JAVA - Arrays

JAVA - Arrays

University - Professional Development

15 Qs

JMS Fundamentals: Core Java

JMS Fundamentals: Core Java

Professional Development

15 Qs

BE1 - Structural Design Pattern

BE1 - Structural Design Pattern

Professional Development

20 Qs

Java main() and Scanner

Java main() and Scanner

Professional Development

10 Qs

Cuestionario Java 02

Cuestionario Java 02

Professional Development

12 Qs

Java Displaying Data & Data Types

Java Displaying Data & Data Types

University - Professional Development

12 Qs

Assessment 1

Assessment 1

Professional Development

20 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?