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: Hi

  1. #1
    Junior Member
    Join Date
    May 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Hi

    Hi there,

    I asked a question about learning Java over on Digital Point and was given the url of this place. Looks like it could become my second home.

    I'm really looking for some infromation on Java, what it can be used for and why its a good choice against some over languages.

    Also I heard that some level of maths would help in picking up the language (i have no prior programming experience) so if anyone could suggest particular subjects of maths that could help I'd be very greatful.

  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: Hi

    Hello Phil!

    Java is a good language to learn for many reasons.

    For one, its platform independent. This means you can run Java applications on PC, MAC, Linux. Basically any operating system. Java is also used in things like washing machines, fruit machines etc.

    Java is reasonably easy to learn compared to C or C++. The Java language derives much of its syntax from C but has a simpler object model.

    You can write console based applications, stand alone desktop applications, web applets and more.

    Having a good grasp of Maths is an advantage in all programming languages but it is not essential. It all depends on what you want to code and how advanced you want to get.

    As I suggested in your other post, check the SUN Java Tutorials.
    This will help explain object oriented programming and hopefully you will see the advantages in this.

    Java is a very popular language and is growing steadily. If you want a career in programming then Java is definitely the way to go.
    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.