
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
Typology: Exercises
1 / 1
This page cannot be seen from the preview
Don't miss anything!

Types of package
. System define package =ex: java.lang.*;// default package . user defined package - How to include/import package in java? We use “import” keyword to include import package. - How to create your own package We use “package” statement as a very first instruction in a java file Syntax: Package package_name; Class class_name { //code } -