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.

Results 1 to 4 of 4

Thread: QUESTION: I'm a beginner> Will <eclipse> help me to learn Java SE > ?

  1. #1
    Junior Member
    Join Date
    Jun 2014
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question QUESTION: I'm a beginner> Will <eclipse> help me to learn Java SE > ?

    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


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: QUESTION: I'm a beginner> Will <eclipse> help me to learn Java SE > ?

    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.

  3. #3
    Junior Member
    Join Date
    Jun 2014
    Posts
    4
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Re: QUESTION: I'm a beginner> Will <eclipse> help me to learn Java SE > ?

    Good book will help you.
    Eclipse is just a tool. If you do not know what to do with a tool its useless.

  4. #4
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: QUESTION: I'm a beginner> Will <eclipse> help me to learn Java SE > ?

    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.

Similar Threads

  1. Beginner Java question with Methods
    By Justin5609 in forum Object Oriented Programming
    Replies: 7
    Last Post: February 25th, 2014, 06:52 PM
  2. Simple question pls help beginner learning java
    By DroidJava in forum Java Theory & Questions
    Replies: 2
    Last Post: November 12th, 2013, 01:04 AM
  3. Replies: 1
    Last Post: November 1st, 2012, 07:54 AM
  4. Learn Java using Eclipse and TDD
    By ranga_pec in forum Java JDK & IDE Tutorials
    Replies: 0
    Last Post: August 13th, 2012, 05:00 AM
  5. Quick, beginner-level Java question.
    By DHG in forum What's Wrong With My Code?
    Replies: 1
    Last Post: January 27th, 2011, 01:06 PM