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

Thread: Me = Newbie;

  1. #1
    Junior Member
    Join Date
    Aug 2010
    Location
    UK
    Posts
    19
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Me = Newbie;

    Hi folks,

    I'm a university student from the UK looking to improve my knowledge of Java . Admitedly, up until undertaking my Computer Science based course I had very little experience in anything resembling programming - but as soon as I came across it I was enthralled! I love anything involving logic and puzzle solving and this seems to be a a great outlet for it.
    The only problem seems to be that I need to do most of the leg work, my course seems to be geared to reproducing neat examples of code rather than anything that could pass as cognitive. This in itself doesn't pose to much of an issue, I've done plenty of reading and have got some good scores on the exams that have came my way (which mostly pertain to Java syntax & theory ironically)

    However I find myself now extremely top heavy in theory, with not to much practical expertise. In other words I can explain to you Polymorphism, Inheritance and Abstraction but will struggle to get a program out that can read and display a database

    Cheers for reading, and hopefully I can make some good contributions to this great community


  2. #2
    Member
    Join Date
    Jul 2010
    Location
    Washington, USA
    Posts
    307
    Thanks
    16
    Thanked 43 Times in 39 Posts

    Default Re: Me = Newbie;

    Welcome to the forums!

  3. #3
    Forum VIP
    Join Date
    Jul 2010
    Posts
    1,676
    Thanks
    25
    Thanked 329 Times in 305 Posts

    Default Re: Me = Newbie;

    Databasing is a bitch. I've been programming Java for 2 years now and have still failed to really get my head around it. Alternatively, I have managed to easily get my head around manipulating Excel Workbooks. The difference is the amount of overhead that is involved in actually connecting with the Databases, security, and the need for mySQL or Derby syntax to make changes to the databases. Since Excel Workbooks are not the same as databases, there is no need for all that overhead. Practical outlets will depend entirely on where you work. At my work, we are not IT heavy and so we have more need for programs that can work with Excel Workbooks than we need programs that work with Databases.

  4. The Following User Says Thank You to aussiemcgr For This Useful Post:

    Bacon n' Logic (August 31st, 2010)

  5. #4
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default Re: Me = Newbie;

    Hello and welcome Bacon n' Logic

    // Json

  6. #5
    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: Me = Newbie;

    Hello and welcome to the Java Programming Forums.

    I like your username
    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.

  7. #6
    Member
    Join Date
    Jul 2010
    Location
    Washington, USA
    Posts
    307
    Thanks
    16
    Thanked 43 Times in 39 Posts

    Default Re: Me = Newbie;

    Quote Originally Posted by JavaPF View Post
    Hello and welcome to the Java Programming Forums.

    I like your username
    Me too... HAHA

  8. #7
    Junior Member
    Join Date
    Aug 2010
    Location
    UK
    Posts
    19
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Re: Me = Newbie;

    Quote Originally Posted by aussiemcgr View Post
    Databasing is a bitch. I've been programming Java for 2 years now and have still failed to really get my head around it. Alternatively, I have managed to easily get my head around manipulating Excel Workbooks. The difference is the amount of overhead that is involved in actually connecting with the Databases, security, and the need for mySQL or Derby syntax to make changes to the databases. Since Excel Workbooks are not the same as databases, there is no need for all that overhead. Practical outlets will depend entirely on where you work. At my work, we are not IT heavy and so we have more need for programs that can work with Excel Workbooks than we need programs that work with Databases.

    Wow, thanks for such an informative post. I think I can safely say my assumptions have been well and truely quashed!



    p.s. And I'm glad my choice of username has not gone unnoticed :p

Similar Threads

  1. Hi, newbie here!!
    By niecah in forum Member Introductions
    Replies: 15
    Last Post: April 28th, 2010, 04:21 AM
  2. Help to a newbie!
    By painthygrave in forum AWT / Java Swing
    Replies: 0
    Last Post: April 7th, 2010, 10:29 PM
  3. another newbie..
    By xdigg in forum Member Introductions
    Replies: 0
    Last Post: February 15th, 2010, 07:51 AM
  4. newbie here
    By salpoe in forum Member Introductions
    Replies: 0
    Last Post: January 15th, 2010, 01:05 AM
  5. I'm a newbie
    By r12ki in forum Member Introductions
    Replies: 2
    Last Post: June 1st, 2009, 06:38 AM