JAVA Help

Discussion in 'Programming' started by gotkloud, Mar 11, 2007.

  1. #1
    Hello Tech Comrades!

    I need help locating a JAVA programming course, (free preferrable) So that I can learn java extremely well in 2 weeks. I wish to take the AP Exam and could use some extreme help, like knowing the basics. Can anyone reccomend to me a tutorial or something. Thanks in advance!
     
    gotkloud, Mar 11, 2007 IP
  2. Robert Plank

    Robert Plank Peon

    Messages:
    55
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    "Head First Java" was by far the best intro to Java programming book I have ever read. I say this having read 5 or 6 Java books for school and for work. It is not free, but you can check your library, read it at the bookstore without buying it... or just buy it.

    But the book is sooo helpful and so entertaining that you can read through it for long periods of time without stopping.
     
    Robert Plank, Mar 11, 2007 IP
  3. gotkloud

    gotkloud Well-Known Member

    Messages:
    664
    Likes Received:
    55
    Best Answers:
    0
    Trophy Points:
    153
    #3
    gotkloud, Mar 11, 2007 IP
  4. Robert Plank

    Robert Plank Peon

    Messages:
    55
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    That's it. Kickass book.
     
    Robert Plank, Mar 11, 2007 IP
  5. nvidura

    nvidura Well-Known Member

    Messages:
    1,780
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    150
    #5
    You can try sams"java in 24 hours". or cathey Sierra's Java book for J2SE.
     
    nvidura, Mar 11, 2007 IP
  6. greek39

    greek39 Guest

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    A book would be a good idea. Be sure to have clear understandinding of c or c++. I have no distinction between the two. The syntax is almost indentical.

    Maybe rushing through it is not a good idea. Understanding how the language works in the context of other is important. I doubt if you will pick this up in two weeks. If you happen to succeed, failure may come latter.

    greek39
     
    greek39, Mar 11, 2007 IP
  7. gotkloud

    gotkloud Well-Known Member

    Messages:
    664
    Likes Received:
    55
    Best Answers:
    0
    Trophy Points:
    153
    #7
    kk, any recommendations for learning C++?
     
    gotkloud, Mar 12, 2007 IP
  8. Robert Plank

    Robert Plank Peon

    Messages:
    55
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #8
    That is bad advice... the test is in 2 weeks... do you think you can learn Java *and* C++ in 2 weeks? Study for the test. The test is Java... you can learn Java without learning other languages.

    At this point you are out of time... it doesn't matter which book... read whatever is in your library/bookstore. Just read SOMETHING.
     
    Robert Plank, Mar 12, 2007 IP
  9. gotkloud

    gotkloud Well-Known Member

    Messages:
    664
    Likes Received:
    55
    Best Answers:
    0
    Trophy Points:
    153
    #9
    Oh, let me clarify, I have two weeks FULLY to learn the test, that is, my Spring Break. The test is on May 11th :D
     
    gotkloud, Mar 12, 2007 IP
  10. Robert Plank

    Robert Plank Peon

    Messages:
    55
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #10
    You should still start now before spring break. Put in 10 minutes a day after school. Then during the 2 weeks you can spend all day messing around with your own programs.

    I took the test too, btw. Years ago when it was C++ instead of Java. (I am a college graduate now.) You have to write complete programs, with no computer, using pencil and paper. Are you taking A or AB?

    Seriously, start today. Download and install the JDK from Sun's web site (java.sun.com), find a Java "hello world" tutorial and figure out how to compile a simple java application. That would be a good way to spend 10 minutes for your first day.
     
    Robert Plank, Mar 12, 2007 IP
  11. gotkloud

    gotkloud Well-Known Member

    Messages:
    664
    Likes Received:
    55
    Best Answers:
    0
    Trophy Points:
    153
    #11
    kk, that sounds good, i'm taking the Computer Science A exam :D.. phew :D...
     
    gotkloud, Mar 12, 2007 IP
  12. skillipedia

    skillipedia Well-Known Member

    Messages:
    623
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    110
    #12
    If you ask me everything you need is online

    Read Java API specification , refer to source code and try to test any feature using eclipse platform. There are many tutorials, but if you stick to Sun's Java Tutorial - that's what you need.

    The best book I've read about learning Java is Thinking in Java written by Bruce Ekkel. Make sure your learn java lang first (java.lang), IO and networking : later on everything will be easy sailing.

    Good luck
     
    skillipedia, Mar 12, 2007 IP
  13. greek39

    greek39 Guest

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    Sorry fellas I didn't realize this was for a exam, so time is precious! I would for sure learn this online. I think if you really concentate for two weeks shouldn't have a problem tackling a passing grade.

    Java only leave out c++

    greek39
     
    greek39, Mar 12, 2007 IP
  14. hotpop

    hotpop Peon

    Messages:
    2,059
    Likes Received:
    96
    Best Answers:
    0
    Trophy Points:
    0
    #14
    The book Thinking in Java is very suitable for java newbie. You can get a free copy from here
     
    hotpop, Mar 12, 2007 IP
  15. gotkloud

    gotkloud Well-Known Member

    Messages:
    664
    Likes Received:
    55
    Best Answers:
    0
    Trophy Points:
    153
    #15
    Lol, hot pop, Genius idea man, many thanks! :D
     
    gotkloud, Mar 12, 2007 IP
  16. gotkloud

    gotkloud Well-Known Member

    Messages:
    664
    Likes Received:
    55
    Best Answers:
    0
    Trophy Points:
    153
    #16
    Hmmm many people have told me to Learn C++ first, any opinions about this?
     
    gotkloud, Mar 12, 2007 IP
  17. skillipedia

    skillipedia Well-Known Member

    Messages:
    623
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    110
    #17
    You don't need to learn c, c++ or any lang before tackling Java.
    As for the start you need to learn essential related maths to computing,
    then start learning how Java handles data types and always refer to Java specification (downloadable at Sun's web site in PDF format). You also need to to have a clear idea how the Java Virtual Machine works ; otherwise everything will be hazy for you
    Good luck


    I forgot to mention this: use BlueJ - it will help you A LOT
     
    skillipedia, Mar 13, 2007 IP