Hi, Mala
Thanks for your answers and the time that you are dedicating in this forum.
My question is the following:
For the certification, the people recommends to avoid Eclipse(or production
IDE), because they are warning you about the errors and you need to learn to work as a compiler (detecting errors without the help of the IDE).
Then, I was using a text editor (Sublime), but I had to create .java files and compiling them from the command line. Then, I found BlueJ that it is a “learning IDE”, you have the advantages of a normal ide (to compile quick) and it is not telling you the errors (as Eclipse, Netbeans or IntelliJ…)
Also (and I am not working for BlueJ), you get a UML diagram that it is very useful to see how classes/interfaces are related.
What do you think about that? Do you use another “learning IDE”? Or do you suggest to use a text editor?