- Dec 1, 2011
- 4,323
- 4,705
Got my first CIS class today.
Also taking Programming I w/Java.
Start learning Java libraries NAO.
No, seriously. If its an intro class, the instructor will probably tell you not to use libraries and code assignments from the ground up.
To get an understanding of how Java is actually used, I'd highly recommend creating two versions of assignments when time allows: #1 will be the vanilla code your prof asks for. #2 will be the code using libraries, because everyone uses libraries. Java.io, Java.net, Java.math, etc will be like a second language if you become a developer so start getting familiar now.