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 5 of 5

Thread: Hello to all ,Watching Quality Programs , I dont know anything like feeling is coming.

  1. #1
    Junior Member
    Join Date
    Dec 2013
    Posts
    2
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Question Hello to all ,Watching Quality Programs , I dont know anything like feeling is coming.

    I watched several videos of java begineers tutorial and i thought i know everything in Java. But I try to answer some of the threads and googled it for answer. run the sample programs in eclipse and i got screwed. Now I think I dont know anything in Java. Now Anybody please Tell me what I should do to become Expert?


  2. #2
    Member andbin's Avatar
    Join Date
    Dec 2013
    Location
    Italy
    Posts
    443
    Thanks
    4
    Thanked 122 Times in 114 Posts

    Default Re: Hello to all ,Watching Quality Programs , I dont know anything like feeling is coming.

    Quote Originally Posted by Maharshi View Post
    Now Anybody please Tell me what I should do to become Expert?
    First, get at least one good book about the Java language (the language itself .. not framework X, library X, technology X). Start the reading and in the while, try also to do many small programs to evaluate and understand the many language rules. All this possibly not with an IDE (like Eclipse, etc....) because IDEs tend to "hide" some concepts like the "classpath". So you should use any good but simple editor and compile/run from the command prompt using JDK tools.
    And expect to spend at least from 1 to 3 months just to get a good knowledge on language basics.
    Andrea, www.andbin.netSCJP 5 (91%) – SCWCD 5 (94%)

    Useful links for Java beginnersMy new project Java Examples on Google Code

  3. The Following User Says Thank You to andbin For This Useful Post:

    Maharshi (December 17th, 2013)

  4. #3
    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: Hello to all ,Watching Quality Programs , I dont know anything like feeling is coming.

    Another testimonial that one can't learn programming (or any skill) by watching others do it. I hope you've learned that you actually have to DO it to LEARN it. Now follow andbin's advice and get to work.

  5. The Following User Says Thank You to GregBrannon For This Useful Post:

    Maharshi (December 17th, 2013)

  6. #4
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Hello to all ,Watching Quality Programs , I dont know anything like feeling is coming.

    I agree with andbin and Greg. Writing, compiling and testing lots of small programs is a good approach to learning programming.
    If you don't understand my answer, don't ignore it, ask a question.

  7. The Following User Says Thank You to Norm For This Useful Post:

    Maharshi (December 17th, 2013)

  8. #5
    Junior Member
    Join Date
    Dec 2013
    Posts
    2
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Re: Hello to all ,Watching Quality Programs , I dont know anything like feeling is coming.

    Head First Java book ,I am starting to read and trying to execute from comman prompt and thank you very much.

Similar Threads

  1. Not sure where the error is coming from
    By Duke_fann in forum What's Wrong With My Code?
    Replies: 6
    Last Post: November 23rd, 2011, 04:21 AM
  2. Recursion ouput is not coming for value more than 40.
    By Revati in forum Algorithms & Recursion
    Replies: 12
    Last Post: July 7th, 2011, 06:49 PM
  3. Assignment help; Feeling lost.
    By mate0x in forum Object Oriented Programming
    Replies: 3
    Last Post: March 17th, 2011, 08:06 AM
  4. JFrames not coming up?
    By scooty199 in forum AWT / Java Swing
    Replies: 13
    Last Post: October 30th, 2010, 02:54 AM
  5. Java program to take new files from one path and sent it do another path?
    By jazz2k8 in forum File I/O & Other I/O Streams
    Replies: 11
    Last Post: July 8th, 2008, 06:47 AM

Tags for this Thread