Java 2

Java 2

Professional Development

15 Qs

quiz-placeholder

Similar activities

JDBC_Questions1

JDBC_Questions1

Professional Development

18 Qs

Java Certification

Java Certification

Professional Development

10 Qs

ExertnalLabExam_Web_Programming_CSE-1

ExertnalLabExam_Web_Programming_CSE-1

Professional Development

20 Qs

Linguagem e Orientação a Objetos

Linguagem e Orientação a Objetos

Professional Development

20 Qs

Java Fundamentals

Java Fundamentals

Professional Development

11 Qs

JAVA QUIZ

JAVA QUIZ

Professional Development

11 Qs

Chapter1

Chapter1

Professional Development

20 Qs

Java Programming Quiz #1

Java Programming Quiz #1

Professional Development

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