Package & Interfaces

Quiz
•
Computers
•
5th Grade
•
Hard

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
Similar Resources on Wayground
12 questions
Swift Playground

Quiz
•
5th - 6th Grade
8 questions
Logo Quiz

Quiz
•
5th Grade
15 questions
Computer for class 4

Quiz
•
3rd - 5th Grade
6 questions
Interface design-Chapter 5

Quiz
•
1st - 5th Grade
10 questions
Kodu

Quiz
•
5th Grade
10 questions
Penilaian Harian KD 3.6 Menggunakan Aplikasi Corel Draw

Quiz
•
5th Grade
12 questions
Basic Scratch 1

Quiz
•
5th Grade
6 questions
Palo Alto - Módulo 4 -Interfaces Configuration

Quiz
•
1st - 6th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade