Java packages

Java packages

University

10 Qs

quiz-placeholder

Similar activities

JSP

JSP

University

10 Qs

JAVA I/O

JAVA I/O

University

10 Qs

packages and interfaces

packages and interfaces

University

10 Qs

Nested Classes + java

Nested Classes + java

University

10 Qs

Java

Java

University

12 Qs

Java  - Introduction

Java - Introduction

University

10 Qs

Java - Nivelamento

Java - Nivelamento

University

15 Qs

Java

Java

University

11 Qs

Java packages

Java packages

Assessment

Quiz

Computers

University

Medium

Created by

A Vijay Kumar

Used 67+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of this access specifies can be used for a class so that its members can be accessed by a different class in the same package?

Public

Protected

No Modifier

All of the mentioned

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these access specifiers can be used for a class so that its members can be accessed by a different class in the different package?

Public

Protected

Private

No Modifier

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an incorrect statement about packages?

Package defines a namespace in which classes are stored

A package can contain other package within it

Java uses file system directories to store packages

A package can be renamed without renaming the directory in which the classes are stored

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For which purpose packages are used in Java?

Categorizes data

Organizing java classes into namespaces

faster compilation

None of These

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A package is a collection of

classes

interfaces

editing tools

classes and interfaces

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If a variable is declared as private , then it can be used in _______.

Any class of any package.

Any class of same package.

Only in the same class.

Only subclass in that package.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which package is imported implicitly?

java.applet

java.util

java.lang

java.io

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?