Packages in Java

Packages in Java

University

6 Qs

quiz-placeholder

Similar activities

Variables and Functions

Variables and Functions

KG - University

10 Qs

FREEZER QUIZLINE

FREEZER QUIZLINE

University

11 Qs

Quiz sobre Arrays em JavaScript

Quiz sobre Arrays em JavaScript

University

10 Qs

Data Warehouse - Foundations

Data Warehouse - Foundations

University

10 Qs

YT-Quiz

YT-Quiz

University

10 Qs

Servidor Web

Servidor Web

University

10 Qs

Post Test #4 - Python Fundamental #3

Post Test #4 - Python Fundamental #3

University

10 Qs

VR - AR SORULARI

VR - AR SORULARI

University

11 Qs

Packages in Java

Packages in Java

Assessment

Quiz

Computers

University

Practice Problem

Hard

Created by

Jamunadevi T

Used 6+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When is the object created with new keyword?

At run time

At compile time

Depends on the code

None

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the corrected definition of a package.

A package is a collection of tools.

A package is a collection of classes.

A package is a collection of classes and interfaces.

A package is a collection of interfaces.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In which of the following is toString() method defined?

java.lang.Object

java.lang.String

java.lang.util

None

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To which of the following does the class string belong to.

java.lang

java.awt

java.string

java.object

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the modifier which cannot be used for constructor.

Public

Protected

Private

Static

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many times will “Interviewbit” be printed.

Int count = 0;

do{ System.out.println(“Interviewbit”);

count++; }

while(count < 10);

8

9

10

11