Hi,
I'm a beginner user in java and I want to know which IDE is better to programming.
Thanks in advance.
Àlex.
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
Hi,
I'm a beginner user in java and I want to know which IDE is better to programming.
Thanks in advance.
Àlex.
IMHO, beginners should use a basic text editor to write code and the command line to compile and run it.
Recommended reading: http://www.javaprogrammingforums.com...t-use-ide.html
Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
alexdaw14 (February 3rd, 2014)
But if you ignore that advice, this question has been discussed to death in almost every programming forum you care to visit, and the discussion is pointless. The answer is, whichever one you prefer. If you're going to use an IDE, try them all and decide for yourself which one is better, based primarily on which one you like better.
alexdaw14 (February 3rd, 2014)
Hi,
Don't use IDE until you learn basics. If you use IDE means you may not able to remember the static methods, import statments, some API's. So better way is using notepad is best to learn.
Thanks,
alexdaw14 (February 3rd, 2014)