• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

What are the best books for learning OOC, Java and SQL? How long does it take to become proficient in those areas?

Arkitech

Diamond Member
I need to learn as much as I can about OOC, Java and SQL. My new job requires that I understand those areas of IT. I'm enrolled in a few classes but I want a few books to do some additional studying. Any suggestions on really good books for teaching beginners? Also how long does it take to become somewhat proficient in those technologies?

------------------------
You have been here long enough to know where to post relevant topics.

S/W Forums is down the hall and to the left.


Mod
 
best thing is to setup a box and figure out a way to produce some data and start feeding it in

nothing like doing it to learn
 
I bet those MIT open courses have material that can help you. I learned SQL real fast from one of the web tutorials. It is easy to learn the basics of and you can pick up the more advanced things by playing with it.
 
Originally posted by: Arkitech
I need to learn as much as I can about OOC, Java and SQL. My new job requires that I understand those areas of IT. I'm enrolled in a few classes but I want a few books to do some additional studying. Any suggestions on really good books for teaching beginners? Also how long does it take to become somewhat proficient in those technologies?

SQL is easy, you can pick that up by reading a book. OOP will take you a while, it's a whole new paradigm of design. You have to think about the problems on hand in a certain way, and getting there takes time. Once you can think OOP, java comes naturally.
 
Originally posted by: halik
Originally posted by: Arkitech
I need to learn as much as I can about OOC, Java and SQL. My new job requires that I understand those areas of IT. I'm enrolled in a few classes but I want a few books to do some additional studying. Any suggestions on really good books for teaching beginners? Also how long does it take to become somewhat proficient in those technologies?

SQL is easy, you can pick that up by reading a book. OOP will take you a while, it's a whole new paradigm of design. You have to think about the problems on hand in a certain way, and getting there takes time. Once you can think OOP, java comes naturally.

OOP does'nt seem to difficult so far, but then again I'm just getting started. I'm learning the donut diagrams and trying to understand the terms.. (class definitions, objects, states, etc..)
 
Are there certifications for java? There are plenty of us with formal education in computer science and software engineering type degrees that had OOP and java beaten into us.
 
I learned OOP back in the day with VB...meh. Once you know one OOP, you just have to learn the syntax of another language for it to work right.
 
Originally posted by: Reel
Are there certifications for java? There are plenty of us with formal education in computer science and software engineering type degrees that had OOP and java beaten into us.

Sun does have a java cert.
 
Back
Top