• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Question to Mala Gupta: About using BlueJ for typing the code examples of the book?

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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?
 
Author
Posts: 375
22
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Maria Lara wrote: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?



Hi Maria -

If BlueJ is not 'auto-completing' the code for you or highlighting errors, it is good to use to write code for your exam preparation.

As you have already mentioned in your post, usage of IDEs isn't recommended when you are preparing for your exam because the exam includes questions on incorrect method names or code that might fail compilation.

Thanks.

With much respect,
Mala
 
Mg Aral
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Mala, for your answer! It is really helpful having your advice.
Regards.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic