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

Thread: Complete java

  1. #1
    Junior Member
    Join Date
    Dec 2012
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Complete java

    I am basically not a programmer and I am comparatively new to Java technology , so I was wondering what all topics should be covered up if i have to start java from the start and has any one
    studied or got any info regarding this 6 week java training online course The 6-week Complete Java Primer (with Training Certificate): Online Course and should we also have knowledge of C language before we further move on to Advance Java topics??


  2. #2
    Member
    Join Date
    Jan 2013
    Posts
    34
    My Mood
    Busy
    Thanks
    2
    Thanked 4 Times in 4 Posts

    Default Re: Complete java

    If you are new to Java, I strongly recommend two things:
    1. Visit 'The Java Tutorials' at www.docs.oracle.com .
    It has a library of Java Tutorials that will come in handy. Start at the 'Learning The Java Language'.

    2. Goto this guy's Java Tutorials:
    thenewboston - YouTube

    Or go to his website:
    TheNewBoston - Free Educational Video Tutorials on Computer Programming, Adobe Software, Computer Science and More!

    He makes excellent tutorials on not just Beginner Java Tutorials, but Intermediate, and even a game development series. He even does loads of other programming languages if you are interested.

  3. #3
    Member
    Join Date
    Feb 2013
    Location
    Canada
    Posts
    54
    Thanks
    0
    Thanked 6 Times in 6 Posts

    Default Re: Complete java

    When I first started learning Java, which wasn't all that long ago, I watched YouTube videos from thenewboston and BrandonioProductions. They have videos starting from the basics, such as downloading the JDK and an IDE, all the way to intermediate and more advanced topics. I consider both of them to be about equal. You should also try looking at Java documentation as that is where all the information ultimately comes from and it becomes a matter of understanding it.

    I don't have any experience in C programming languages. I've been told and read that its syntax and logic are quite similar to Java, however, there are differences.

Similar Threads

  1. Java Web Application complete tutorial
    By viper75 in forum Web Frameworks
    Replies: 4
    Last Post: December 21st, 2012, 04:22 AM
  2. Replies: 10
    Last Post: October 26th, 2011, 02:22 PM
  3. Java onLoad event after validation is complete
    By macrat101 in forum Loops & Control Statements
    Replies: 1
    Last Post: September 4th, 2010, 03:14 PM