I am currently writting programs in linux like this: From the command line I do following steps:
$ touch project.java $ nano project.java
and I write the code.
I have questions: how can I create new classes, interfaces and so on? Because in IDE like Betbeans I can right click on projects name with and choose "create new class" or "create new interface" and it is created but how do it in Linux if I dont use an IDE?