Computer Applications
A package contains:
- tags
- classes
- data
- arrays
Java Library Classes
85 Likes
Answer
classes
Reason — A package is a collection of Java classes.
Answered By
54 Likes
Related Questions
Each primitive data type belongs to a specific
- block
- object
- wrapper class
- none
Automatic conversion of primitive data into an object of wrapper class is called
- autoboxing
- explicit conversion
- shifting
- none
The parseInt() function is a member of
- integer wrapper class
- character wrapper class
- boolean wrapper class
- none
valueOf() function converts
- Primitive type to String
- String to primitive type
- character to String
- None