KnowledgeBoat Logo

Computer Applications

Primitive data types are built in data types which are a part of the wrapper classes. These wrapper classes are encapsulated in the java.lang package. Non primitive datatypes like Scanner class are a part of the utility package for which an object needs to be created.

(a) To which package the Character and Boolean classes belong?

(b) Write the statement to access the Scanner class in the program.

Java Library Classes

ICSE 2024

6 Likes

Answer

(a) java.lang

(b) import java.util.Scanner

Answered By

4 Likes


Related Questions