Search Header Logo

Packages in Java

Authored by Jamunadevi T

Computers

University

Used 6+ times

Packages in Java
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers