Hello,
I have two questions:
1. Can I split the implementation and the declaration of a class into two different files? Like it was in C++ using .h and .cpp files.
2. Can I implement two different classes in one .java file?
I'm using Netbeans for developing J2ME applications.
Thanks!
I have two questions:
1. Can I split the implementation and the declaration of a class into two different files? Like it was in C++ using .h and .cpp files.
2. Can I implement two different classes in one .java file?
I'm using Netbeans for developing J2ME applications.
Thanks!