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

Thread: Tutor

  1. #1
    Junior Member
    Join Date
    Oct 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Tutor

    Hello, everyone, I need a tutor to teach me Java, I can't just read something because I can't test myself. And I'm not good at just learning from reading stuff. Please someone help.


  2. #2
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: Tutor

    What is your budget? Tutors don't tend to come cheap..

    Quote Originally Posted by Javantium
    I can't just read something because I can't test myself
    There are 100's of Java mock exams online. This is the easiest way to test yourself..

    If you are not good at learning from reading, you are going to struggle learning Java or any indepth subject.. Even with a tutor, lots of reading is required.
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  3. #3
    Super Moderator helloworld922's Avatar
    Join Date
    Jun 2009
    Posts
    2,896
    Thanks
    23
    Thanked 619 Times in 561 Posts
    Blog Entries
    18

    Default Re: Tutor

    Suggestion: See if there's a nearby community college or technical college that offers courses in Java.

  4. #4
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Tutor

    Quote Originally Posted by Javantium View Post
    Hello, everyone, I need a tutor to teach me Java, I can't just read something because I can't test myself. And I'm not good at just learning from reading stuff. Please someone help.
    That's a really bad attitude with which to approach any subject. How is somebody going to tutor you if you don't want to read? For that matter, how are you going to program at all if you don't like to read? Like any skill-based hobby, programming is extremely rewarding, but it's also a lot of work. You aren't going to get very far by being lazy.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  5. #5
    Member
    Join Date
    Jul 2011
    Posts
    33
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: Tutor

    A community college course is not a bad idea. Following the Java tutorial trails is another. Do you have any programming experience? Have you put JDK onto your computer? Have you been able to compile and run something like a HelloWorld program? What is your ultimate goal, if you could write anything? Are you willing to follow instructions?

    Guys, "just reading" is not the programming way. It's more like read a little, write a little. Tests online are nice, but the only real test is whether the program compiles and does what you want. Remember starting out when you couldn't find a path to javac, inadvertantly put something in lower case here that had been in upper case over there or heaven forbid dropped a semicolon? Give the guy a break.

    Maybe I could try to help a little. Ready?
    Last edited by meathead; October 7th, 2011 at 10:07 AM. Reason: I'm kind of scatty

  6. #6
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Tutor

    Quote Originally Posted by meathead View Post
    A community college course is not a bad idea. Following the Java tutorial trails is another. Do you have any programming experience? Have you put JDK onto your computer? Have you been able to compile and run something like a HelloWorld program? What is your ultimate goal, if you could write anything? Are you willing to follow instructions?

    Guys, "just reading" is not the programming way. It's more like read a little, write a little. Tests online are nice, but the only real test is whether the program compiles and does what you want. Remember starting out when you couldn't find a path to javac, inadvertantly put something in lower case here that had been in upper case over there or heaven forbid dropped a semicolon? Give the guy a break.

    Maybe I could try to help a little. Ready?
    Reading a little, writing a little is fine. I'm struggling with tomcat now, so I know what it's like to be a beginner.

    But there's a difference between somebody saying "I've read ABC, tried XYZ, expected 123, but 987 happened instead" and somebody saying "I'm not good at reading, somebody teach me" without putting an ounce of effort into it first.

    I really hope you do try tutoring him, and I hope he continues the lazy attitude, just so you see what I'm talking about.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

Similar Threads

  1. Looking for java tutor! over IM
    By jk.louie610 in forum Paid Java Projects
    Replies: 0
    Last Post: March 6th, 2010, 06:15 PM