java1

java1

University

10 Qs

quiz-placeholder

Similar activities

ETS Pemrograman Berorientasi Obyek

ETS Pemrograman Berorientasi Obyek

University

15 Qs

Repaso teórico

Repaso teórico

University

15 Qs

Quizziz: LocalStorage

Quizziz: LocalStorage

University

10 Qs

Quizziz: Desestructuración en JavaScript

Quizziz: Desestructuración en JavaScript

University

10 Qs

Quiz Lógica de programación

Quiz Lógica de programación

University

5 Qs

Oops moment/1

Oops moment/1

University

13 Qs

Python Inheritance and Methods Quiz

Python Inheritance and Methods Quiz

University

10 Qs

Arrays in Java

Arrays in Java

University

11 Qs

java1

java1

Assessment

Quiz

Engineering

University

Medium

Created by

Artificial JSREC

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary purpose of a constructor in Java?

To define methods within a class.

To create objects of a class

To initialize the state (instance variables) of an object.

To declare class attributes

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements about Java constructors is true?

Constructors can have a return type, including void.

Constructors are inherited by subclasses

A class can have multiple constructors, provided they have different parameter lists (constructor overloading).

Constructors must always be declared public

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between a constructor and a method in Java?

Constructors do not have a return type, while methods do.

Methods are used to create objects, while constructors are not.

Constructors can be called multiple times, while methods cannot.

Methods are used to initialize instance variables, while constructors are not.

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Can a constructor be private in Java?

No, private constructors are not allowed in Java.

No, constructors must always be public.

Yes, to restrict object creation from outside the class.

Yes, but only if the class is abstract.

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What happens if a class does not explicitly define a constructor in Java?

The class will not compile.

A default constructor is provided by the compiler.

Only static methods can be called.

The class will throw an error at runtime.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is constructor overloading in Java?

Defining multiple constructors with the same parameter list.

Defining multiple constructors with different parameter lists.

Using constructors in a subclass only.

Creating a constructor that returns a value.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true about the default constructor in Java?

It initializes all instance variables to their default values.

It must be declared as public.

It can be defined by the user only.

It cannot be used if a parameterized constructor is defined.

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?