Jump to content

Hey guys/girls, I'm a student at Grand valley going for computer science, and I'm taking a java course this semester

 

Right now we're covering methods, parameters, constructors, how to instance variables, and call up methods.

 

I find it all very confusing at this point. Does anyone know of a resource that I can use to help me understand these things for my upcoming project

 

My prof isn't giving us much hands on programming example which is how I personally learn. Any suggestions on websites that I can practice on?

 

IDK if Lynda.com would follow my course at this time, and I'm in college working a part time job that doesn't make much. Appreciate any help you can offer Thanks!

 

Here's a notepad doc of what we went covered in class today.

 

java help.txt

Link to comment
https://linustechtips.com/topic/216916-help-with-java/
Share on other sites

Link to post
Share on other sites

Java Programmer, AMD Fanboy and soon to be casemodder

Link to comment
https://linustechtips.com/topic/216916-help-with-java/#findComment-2973690
Share on other sites

Link to post
Share on other sites

I'm taking Computer Science right now, and one of my courses is for Java.  I've found the assigned text to be very helpful, it's called Java Software Solutions by Lewis.  If you search for it online I'm sure you'd be able to find free versions of it.

 

If you go that route, I highly recommend Foxit reader for pdfs.  When I use Adobe reader, it takes up a gig of ram on it's own, whereas with Foxit, it takes 30 megabytes.  It's also much faster and more visually appealing than Adobe's option.

CPU: i7-4790K --- HEATSINK: NZXT Kraken X61 --- MOBO: Asus Z97-A --- GPU: GTX 970 Strix --- RAM: 16GB ADATA XPG --- SSD: 512GB MX100 | 256GB BX200 HDD: 1TB WD Black --- PSU: EVGA SuperNova G2 --- CASE: NZXT H440 --- DISPLAY3 x Dell U2414H --- KEYBOARD: Pok3r (Clears) --- MOUSE: Logitech G Pro --- OS: Windows 10

Link to comment
https://linustechtips.com/topic/216916-help-with-java/#findComment-2979146
Share on other sites

Link to post
Share on other sites

Hey guys/girls, I'm a student at Grand valley going for computer science, and I'm taking a java course this semester

 

Right now we're covering methods, parameters, constructors, how to instance variables, and call up methods.

 

I find it all very confusing at this point. Does anyone know of a resource that I can use to help me understand these things for my upcoming project

 

My prof isn't giving us much hands on programming example which is how I personally learn. Any suggestions on websites that I can practice on?

 

IDK if Lynda.com would follow my course at this time, and I'm in college working a part time job that doesn't make much. Appreciate any help you can offer Thanks!

 

Here's a notepad doc of what we went covered in class today.

 

attachicon.gifjava help.txt

practice it. hit up youtube and search the topics. start small and you will get it

Link to comment
https://linustechtips.com/topic/216916-help-with-java/#findComment-2984260
Share on other sites

Link to post
Share on other sites

  • 4 weeks later...

Honestly, books can only help you so much. 

 

There is a sort of thought process you basically get after you practice enough code, practice, when you approach a problem, google/research solutions, continue until you hit another wall. Many courses require hand written code in their final exams, if you dont truly understand code, you can't write it by hand.

 

tldr: practice is incredibly valuable, you NEED to apply knowledge or at least attempt to, if you figure it out for yourself you will have that memory set in stone in your head, if you read it you will forget it after a month.

i7 3770 | Asus Z77 Pro | 16gb Kingston HyperX 1600 | Corsair AX750w | Steelseries 6Gv2 + Logitech G502


GPU: Asus R9 280x Direct CUII (complete with the famous VRAM issues/artifacts feature enabled)


stuck in elo hell, chillen with morello

Link to comment
https://linustechtips.com/topic/216916-help-with-java/#findComment-3206298
Share on other sites

Link to post
Share on other sites

I learned C++ through trial and error, although some people find books more helpful. I would recommend downloading an IDE (Eclipse comes to mind) and just trying things out.

 

Some basic programs to practice would be things like:

  • Foobar
  • Print nth number of the Fibonacci sequence
  • Currency converter
Link to comment
https://linustechtips.com/topic/216916-help-with-java/#findComment-3210243
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×