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: How to be a professional in Java?

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

    Default How to be a professional in Java?

    Hi guys:
    My first step was in studing "Java for dummies" , after that i began in studing "Java the complete reference".

    What is the next step to be professional in Java?


  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: How to be a professional in Java?

    I don't know that it's the next step, because I don't understand the goal, but you should be familiar with "Effective Java," by Joshua Bloch, a member of the team (the principle author?) of Java.

    What do you mean by "Professional in Java", anyway?

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

    elgendy1204 (August 11th, 2013)

  4. #3
    Junior Member
    Join Date
    Jul 2013
    Posts
    2
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: How to be a professional in Java?

    I mean to can write a complicated programs , and to know most of the java features and abilities.

  5. #4
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: How to be a professional in Java?

    Write code. Write lots of code. Start a project, or join/contribute to any number of open source projects.

  6. The Following User Says Thank You to copeg For This Useful Post:

    elgendy1204 (August 12th, 2013)