I am new to java application programming. wondering how to import package? I am using Eclipse.
import java.io.IOException;
import java.net.MalformedURLException;
import se.kontoret.testapi.*; //this is required.
Is it same like dll file in .net where one must have .dll files and add as reference?