Package & Interfaces

Package & Interfaces

5th Grade

10 Qs

quiz-placeholder

Similar activities

GUI -OPERATING SYSTEM (AN INTRODUCTION)

GUI -OPERATING SYSTEM (AN INTRODUCTION)

3rd - 5th Grade

12 Qs

Direct Input devices

Direct Input devices

5th - 7th Grade

10 Qs

Operating System and Cyber World

Operating System and Cyber World

5th Grade

14 Qs

Tech

Tech

5th Grade

10 Qs

AppsLab_Q3

AppsLab_Q3

1st Grade - Professional Development

12 Qs

Flutter Basics

Flutter Basics

KG - University

15 Qs

Computer Science Very Hard

Computer Science Very Hard

1st - 12th Grade

10 Qs

Yanyan

Yanyan

KG - 12th Grade

15 Qs

Package & Interfaces

Package & Interfaces

Assessment

Quiz

Computers

5th Grade

Hard

Created by

Goutam Dhar

Used 20+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Which option is correct for creating a package named s3cs ?

create package s3cs;

package s3cs;

define package 3cs;

s3cs;

2.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Which is true about package?

packages can appear in a hierarchy.

package help to control the visibility of the program.

package helps to group related classes and interfaces.

All of the above

3.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

To use a class or a package from the library which keyword is used

include

package

import

export

4.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

A class member can be accessed only by a class in the same package. Which is the suitable access specifier?

public

default

private

protected

5.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

A class member cannot be accessed by any other class inside or outside the package. Which is the suitable access specifier?

private

public

default

protected

6.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Which of the following help to access all the classes in the package p1?

import p1;

import p1.*;

import p1.all;

import p1.A;

7.

MULTIPLE SELECT QUESTION

5 mins • 1 pt

Which of the following help to use class Sample from package adm? (choose all appropriate options)

import admSample;

import adm.Sample;

import Sample;

import adm.*;

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?