Computer Science, asked by sridharsiva02, 3 months ago

Which sign denotes that all the classes of the concerning package will be made available for use in the program?​

Answers

Answered by unicorn276
0

Explanation:

Code in a compilation unit automatically has access to all types declared in its package and also automatically imports all of the public types declared in the predefined package java. lang. So, you only have access to public types in java. lang , but you have access to all top-level types in the current package.

Similar questions