Hey,
I'm using Eclipse and I would like to write code in different files.
Assume that file Ex9.java contains the main() method.
a) If each file contains different classes, wich file should I comile.
b)Assume I want to split methods of the same class in two files how could I accomplish that?
thanks a lot,
keizersoz
I'm using Eclipse and I would like to write code in different files.
Assume that file Ex9.java contains the main() method.
a) If each file contains different classes, wich file should I comile.
b)Assume I want to split methods of the same class in two files how could I accomplish that?
thanks a lot,
keizersoz