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

Thread: Java Beginner To Advanced

  1. #1
    Junior Member
    Join Date
    Dec 2013
    Location
    United Kingdom
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Java Beginner To Advanced

    Hi, I am new to the forum. Sure I'll be active on it a lot. Just thought I would ask all you professional Java programmers. In September I started learning Java programming online using the Udemy website. It is a really good website to learn Java through video tutorials. I am learning so much everyday when I watch the videos and try to do my own code. Have created a few projects of my own already, very simple projects. But I'm proud of the progress I've made in such a short time. What I would like to know, is it possible for someone like me, to just start learning Java and to advance. Basically what I want to do is to be a full time Java programmer (years down the line) and I also want to get onto android development/Java gui developer. I am intending on taking the Oracle certified Java Programmer I exam in the first 6 months of next year, and hopefully I will pass. What would you say is a good timeframe to learn the basics of java, and then to keep advancing learning everything I want to learn to be able to make a career out of this. As I am deadly serious and passionate about this and really want to succeed. Thanks


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

    Default Re: Java Beginner To Advanced

    If you are curious about things you should learn in the long run, refer to a post I made last week to someone else: http://www.javaprogrammingforums.com...tml#post132696 (post #7)
    The stuff I mention is far above the java basics, they are things which businesses currently use. Will they use them a few years in the future? There is no way to know. But, after you have a good grasp of the java basics, you should consider looking into some of that. At the very least, knowing the buzz-words can help you in job interviews.
    You mention java gui development. That is good to learn, but might not be something that you will find many businesses using in the future. Server-side is the direction java is headed (as well as Android dev, which covers client and server side). Swing is fantastic for quick and dirty applications to keep your java skills sharp, but those are not the type of enterprise applications most businesses are creating.
    NOTE TO NEW PEOPLE LOOKING FOR HELP ON FORUM:

    When asking for help, please follow these guidelines to receive better and more prompt help:
    1. Put your code in Java Tags. To do this, put [highlight=java] before your code and [/highlight] after your code.
    2. Give full details of errors and provide us with as much information about the situation as possible.
    3. Give us an example of what the output should look like when done correctly.

    Join the Airline Management Simulation Game to manage your own airline against other users in a virtual recreation of the United States Airline Industry. For more details, visit: http://airlinegame.orgfree.com/

Similar Threads

  1. Java Advanced Tutorial part 2
    By Earthly Minds in forum Java Code Snippets and Tutorials
    Replies: 0
    Last Post: June 9th, 2013, 07:45 PM
  2. Java Advanced Tutorial part 1
    By Earthly Minds in forum Java Code Snippets and Tutorials
    Replies: 0
    Last Post: June 9th, 2013, 07:43 PM
  3. Book on advanced subjects in java
    By eraskino in forum Java Theory & Questions
    Replies: 0
    Last Post: December 17th, 2012, 02:16 PM
  4. Advanced java
    By deependeroracle in forum JDBC & Databases
    Replies: 3
    Last Post: February 1st, 2012, 05:45 AM
  5. advanced java networking help/theory
    By wolfgar in forum Java Theory & Questions
    Replies: 2
    Last Post: February 7th, 2010, 07:02 PM