Jump to content

What level of developer would use java

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
18 replies to this topic

#1
Slamster

Slamster

    Newbie

  • Members
  • Pip
  • 2 posts
I am wanting to know would it be simple for a novice user to use java or would you have to specficially trained to use the programming language

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
It depends entirely on how much natural talent you have, and what you want to do with it. There are a number of colleges that teach Java as their first programming language.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
QuackWare

QuackWare

    Learning Programmer

  • Members
  • PipPipPip
  • 95 posts
Java can be a very simple programming language if you just learn the basics and do not stray into more detailed areas. However you can build some very complex applications, applets, and even games if you fully understand the programming language.

#4
GMVResources

GMVResources

    Learning Programmer

  • Members
  • PipPipPip
  • 72 posts
Java I think is a simple programming language mainly used for games and applets, and I personally had it as my first.

#5
Chris Weimer

Chris Weimer

    Learning Programmer

  • Members
  • PipPipPip
  • 37 posts

GMVResources said:

Java I think is a simple programming language mainly used for games and applets, and I personally had it as my first.

It can be used for games and applets, but that's really belittling the language.

#6
Chris Weimer

Chris Weimer

    Learning Programmer

  • Members
  • PipPipPip
  • 37 posts

Slamster said:

I am wanting to know would it be simple for a novice user to use java or would you have to specficially trained to use the programming language

Java was my first language in college (although I had already looked into other languages before and coded a bit with C, C++, Win32 (esp. helped by Winprog.org), and PHP. After one semester of Java in college, the basics were mastered, and I was making neat things with Swing and Awk.

#7
357mag

357mag

    Newbie

  • Members
  • Pip
  • 2 posts
I'm learning Java now. My first exposure to programming was Visual Basic and then I did some C++. I really like the C++ language but it's not suited for making GUI programs. Even Microsoft acknowledges that Visual C++ is no longer used by most developers to make GUI programs. But Java is so much like C++ as far as syntax goes that I feel comfortable with it. I'm just writing console programs now but later on I'll get into some graphical programs with Java and C#, which is another good language to learn.

#8
GMVResources

GMVResources

    Learning Programmer

  • Members
  • PipPipPip
  • 72 posts
true, chris weimer

#9
Davide

Davide

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 506 posts

357mag said:

I'm learning Java now. My first exposure to programming was Visual Basic and then I did some C++. I really like the C++ language but it's not suited for making GUI programs. Even Microsoft acknowledges that Visual C++ is no longer used by most developers to make GUI programs. But Java is so much like C++ as far as syntax goes that I feel comfortable with it. I'm just writing console programs now but later on I'll get into some graphical programs with Java and C#, which is another good language to learn.
Well, C++ can be used with MFC or WIn32 API to create GUI programs if you want to get proffessional, but the easiest method is to use either C# with .NET or Java, or C++ with Qt. Note that Java is identical to C#.
Are you a newbie programmer trying to learn C#? Check out my small tutorial: Visual C# Programming Basics

#10
Khaotic

Khaotic

    Learning Programmer

  • Members
  • PipPipPip
  • 62 posts

WingedPanther said:

It depends entirely on how much natural talent you have, and what you want to do with it. There are a number of colleges that teach Java as their first programming language.
I agree, I remember I tried to learn Java as my first language and fail misserably. I could not understand the syntax. Then I got involved in C and then later tried Java and caught on immediately.
Check out my site: www.khaoticirc.net

#11
abzero

abzero

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 217 posts

Khaotic said:

I agree, I remember I tried to learn Java as my first language and fail misserably. I could not understand the syntax. Then I got involved in C and then later tried Java and caught on immediately.

Ah well the syntax of java is very verbose and a little unessary some time. So that can be a stumbling block. As with any language a book with lots of examples and code sources is good.

#12
Khaotic

Khaotic

    Learning Programmer

  • Members
  • PipPipPip
  • 62 posts
Yeah I agree, and the API really helps. If you know how to navigate the API well, 7/10 the time you won't need someone's help.
Check out my site: www.khaoticirc.net