Hi,
In
Java, is there some thing called "Default Package", if there is then how can we import classes from that package to a named package.
ie. In BEA Workshop for WebLogic Version: 10.1, i have created a Java Project and createdan interface " public interface A " which comes under the folder (default package) as i did n't provide a package name.
later when i create a package named "pack" and created a class that needs to implement the above created interface , how can i access it ???
is it possible???