posted 17 years ago
Assume i have a package tv, consisting of an interface and two classes class1 and class2 ,all the three stored in separate files within tv
class2 implements the interface and extends class 1
i successfully compiled the interface file and class1.
HOW DO I COMPILE CLASS 2...