74 How to create Package in Different Location & How to Communicate?

Code:

package ca;

public class Test
{
public static void main(String args[] )
{
System.out.println(" this is a package program.... ");
}

}


Output:


Previous
Next Post »