How difficult is Java?

Leper Messiah

Banned
Dec 13, 2004
7,973
8
0
um. Not too hard once you learn the way of thinking that is OOP (object oriented programing). If its just a basic course you won't delve too deep into Java.
 

kogase

Diamond Member
Sep 8, 2004
5,213
0
0
Well, Java isn't a very difficult language as far as they go... of course that's all subjective. The big issue here is not the language you are starting with, but that you are just starting. There are a bunch of general programming concepts that may not be intuitive you will have to wrap your head around before you can start smoothly learning to program... but once you get past that Java is not too hard.
 

igowerf

Diamond Member
Jun 27, 2000
7,697
1
76
I thought the accelerated class was pretty easy, but my friends who had no programming experience thought that even the intro class was really difficult. It's kind of hard to quantify something like this.
 

BigJ

Lifer
Nov 18, 2001
21,330
1
81
Originally posted by: kogase
Well, Java isn't a very difficult language as far as they go... of course that's all subjective. The big issue here is not the language you are starting with, but that you are just starting. There are a bunch of general programming concepts that may not be intuitive you will have to wrap your head around before you can start smoothly learning to program... but once you get past that Java is not too hard.

Bingo. Programming is all about concepts. Once you learn the concepts, adapting to any language is relatively easy.
 

Leros

Lifer
Jul 11, 2004
21,867
7
81
Originally posted by: igowerf
I thought the accelerated class was pretty easy, but my friends who had no programming experience thought that even the intro class was really difficult. It's kind of hard to quantify something like this.


It seems to be a very personal thing. I know some very intelligent people that just plain dont get it. Then I know some people of similiar intelligence for whom the concepts just click.
 

Leper Messiah

Banned
Dec 13, 2004
7,973
8
0
Originally posted by: BigJ
Originally posted by: kogase
Well, Java isn't a very difficult language as far as they go... of course that's all subjective. The big issue here is not the language you are starting with, but that you are just starting. There are a bunch of general programming concepts that may not be intuitive you will have to wrap your head around before you can start smoothly learning to program... but once you get past that Java is not too hard.

Bingo. Programming is all about concepts. Once you learn the concepts, adapting to any language is relatively easy.

aye. Its all syntax after that. C++ can be a bit of a PITA sometimes...
 

Leper Messiah

Banned
Dec 13, 2004
7,973
8
0
Originally posted by: Zap Brannigan
Can it be kind of fun too?

sure. if you're a detail oriented sort of fellow. Its kinda fun to take all the libraries and crap and program them together and get something cool. If you're creative, its just another avenue to express that creativity.
 

kogase

Diamond Member
Sep 8, 2004
5,213
0
0
Originally posted by: Zap Brannigan
Can it be kind of fun too?

It's always pretty cool when you're just starting out. It's exciting to find something challenging, to find a challenging problem and rack your brain for a solution... finding that solution is thrilling. For a little while. You might get a bad instructor though who gives boring assignments, there's always that.
 

OdiN

Banned
Mar 1, 2000
16,430
3
0
I hated it...but I had an instructor who was chinese with a THICK accent and could hardly understand what she was saying. I'm not that good at Java apparently...passed the class with a C though.

I suppose if I had a better teacher. I did pretty good with Visual Basic but basically my brother taught me a lot of that (he was in the same class) and again the teacher was not that good...but it's just a community college in the middle of the central valley here in CA...so...yeah.

Though the math/engineering department is very very good and challenges people who have transferred from Cal Poly easily.
 

Azndude51

Platinum Member
Sep 26, 2004
2,842
4
81
Originally posted by: Zap Brannigan
Can it be kind of fun too?

I took Java as my first programming class. It can be be both difficult and fun depending on if you can understand the concepts and remember the commands and stuff.
 

firewall

Platinum Member
Oct 11, 2001
2,099
0
0
Programming is good so long as it is for fun and you don't go too deep into the language.

Start going into advanced topics with no interest in them and you will be fvcked before you realize it....
 

OdiN

Banned
Mar 1, 2000
16,430
3
0
Originally posted by: MartyMcFly3
System.out.println("Hello World");

That'll help you with your first programming assignment most likely. :)

LOL how true.

Same basic thing in VB when I did that...it's like a standard programming thing...first assignment = Hello World!
 

dopcombo

Golden Member
Nov 14, 2000
1,394
0
0
Originally posted by: MartyMcFly3
System.out.println("Hello World");

That'll help you with your first programming assignment most likely. :)

I forget. DO you have to import java.io.* for that? :p


Man, the only thing I remember from java prog class is the words "public void main". For some reason my brain refuses to give up that completely pointless piece of information (removed out of context as it is)...