Anyone good with java programming?

Eric

Well-Known Member
Staff Writer
Sep 11, 2013
1,410
481
2,930
I recently enrolled in a Computer Science class that deals strictly with java, it seems. I am not familiar with the program and I was wondering if anyone can offer some assistance. I want to learn and have bought some self-study books and have been seeking extra help but it's all a bit foreign to me.
 
If you have any specific questions post in here or give me a PM. Should be able to answer just about anything you're working on.
 
I took Intro to Java Programming last semester.

My biggest recommendation would be to Youtube Java tutorials on the section of Java that you are covering.

It helped me out greatly.
 
Thanks, man.

Zack here has helped me a great deal as well.
 
Thanks, man.

Zack here has helped me a great deal as well.

Code and code everything and everyone and constantly, this is my suggestion. Also get a good reference book (if you are good at learning by reading). Start assignments early and submit them hours before they are due, I have had a few scares where I had a missing brace or semicolon in hundreds of lines of source code and only fixed it with minutes to spare.
 
Code and code everything and everyone and constantly
This really is what it all boils down to. Too many Computer Science students (at least in my school) think that all they need to do is the assignments they get throughout their 4 years in school. This is the sure way to make sure you know absolutely nothing about programming by the time you graduate. You should always be working on a school assignment and at least one other project of your own. You learn so much by just trying stuff. Of course, this kind of is more geared towards 2nd year students and up. You do need to learn a little bit before you start doing your own stuff. The summer after my freshman year I remember I worked on a couple different stupid little games in Java and from that point on I was always a better programmer than 95% of the other students.