I am a beginner at programming.
QUESTION: Will <eclipse> help me to learn Java SE > ?
It looks as if learning <eclipse> will be much harder than learning Java SE, but
what is your opinion ?
Thanks for trying to help this beginner.
martymartin
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.
I am a beginner at programming.
QUESTION: Will <eclipse> help me to learn Java SE > ?
It looks as if learning <eclipse> will be much harder than learning Java SE, but
what is your opinion ?
Thanks for trying to help this beginner.
martymartin
Thread moved.
Welcome to the forum! Please read this topic to learn how to post code in code or highlight tags and other useful info for new members.
Some believe that, as you've suggested, learning two things at once, Eclipse and Java, increases the time to become proficient at either compared to another that had focused exclusively on learning just one. I don't agree with that in the long run. Eclipse, Netbeans, and the rest are tools, darn good ones, that are relatively intuitive and easy to pick up. Frankly, if one's progress at learning Java is hindered by the tool, then maybe another area of study would be more appropriate.
What one loses by learning Java exclusively inside such tools is a deeper understanding of the structure of a program in the OS's environment, the use of the most basic tools, javac, java, and jar, and the requirements for deployment of an application across different client environments. To overcome those deficiencies, bust out of the tool occasionally. Learn a skill in a tool, then force yourself to do the same thing at the command line.
In the long run, I believe the tool will help you learn Java, but you need to extrapolate the Java you learn in the tool to the same proficiency and understanding outside the tool. It's not hard to do.
Good luck on your journey, whichever path you choose.
Good book will help you.
Eclipse is just a tool. If you do not know what to do with a tool its useless.
Hopefully not "useless." To a thinking human being, every tool should have some basic intuitive utility: use a hammer to smash things :: use Eclipse as a source code editor. The degree of utility a user is able to intuitively realize during a tool's first use may determine whether the user continues to use and learn that tool or abandon it for another.If you do not know what to do with a tool its useless.