how to add a class to a package in java
To put a class into a package,at the first line of code define package p1Create a class c1Defining a method m1 which prints a line.Defining the main methodCreating an object of class c1Calling method m1 How do I import a class from another package i