Results 1 to 10 of 10
Thread: Java for Software Engineering
- 01-28-2011, 01:09 AM #1
Member
- Join Date
- Jan 2011
- Posts
- 4
- Rep Power
- 0
Java for Software Engineering
Hey everyone,
I just had a question about pursuing a career in CSE. I have two friends who are currently software engineers at Amazon and Google, and I was in two beginning Java classes with them but stopped to continue with premed. I wanted to learn programming in my spare time in case med school doesn't work out, so I can get a job programming at a large company as an alternative career. My friends said Java is a good start and I shouldn't have to worry about C++ or anything else.
Is this true? I do have a degree in Math, so I figured if I learned Java on my own I might be able to get a job as a programmer. If Java is the key here, what is the best way to learn it outside of attending class? I have watched some Youtube videos and been on websites, but it seems as though each person starts with "Hello World" and then takes a different path after that. Is there some sort of checklist for things to know for "Beginner Java," "Intermediate Java," and "Advanced Java?" Thanks everyone!
- 01-28-2011, 01:54 AM #2
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Yes, Java is a powerful programming language used in those days. But if you really want to learn the concepts on programming and all, Java is not the right choice. Even .Net is not the right choice. C/C++ like low level languages are the one. The things is you can closely work on with the hardware, means that you have to thing about each command before execute related to many aspects, such as free/used memory, hardware, etc. In other words, languages like Java, .Net is kind of a wrapper where that interaction with the hardware and all hidden from the programmer and the language take care of it. I agreed, it's easy to work with, but you never learn such basis.
Always what you've to do is learn the basis, J2SE will guide you to that. My suggestion is to refer the Suns' official tutorial.
- 01-28-2011, 01:59 AM #3
Member
- Join Date
- Jan 2011
- Posts
- 27
- Rep Power
- 0
This is the book that all my java programming classes require
Amazon.com: Introduction to Java Programming, Comprehensive (8th Edition) (9780132130806): Y. Daniel Liang: Books
I like it and the programs given to go with the chapter are neat little programs
- 01-28-2011, 02:07 AM #4
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
I don't think that OP really worried about selecting a book, if so it could be a long discussion.
- 01-28-2011, 02:17 AM #5
Member
- Join Date
- Jan 2011
- Posts
- 27
- Rep Power
- 0
"If Java is the key here, what is the best way to learn it outside of attending class?"
Was just telling him what they have you do in those classes. A lot of which is them telling you to read out of that book and the API and come to class with questions.
- 01-28-2011, 02:32 AM #6
Senior Member
- Join Date
- Mar 2010
- Posts
- 953
- Rep Power
- 4
If you're self-disciplined and self-motivated (and it seems like you are) you can audit Stanford's three excellent courses, CS106A, CS106B, and CS107, on YouTube or via video podcast. Course materials are freely available on Stanford's web site -- Google is your friend. CS106A is mostly Java, CS106B is mostly C++, and CS107 covers quite a bit of other things, including assembly. But they're actually computer science courses, not programming language courses. This means they'll do a better job of getting you to think like a programmer.
You won't have the benefit of the discussion sections that the "real" students have, but that's offset by the fact that you can take the course at your own pace, and you can do the discussion stuff on forums like this one.
-Gary-
- 01-28-2011, 04:12 AM #7
Member
- Join Date
- Jan 2011
- Posts
- 4
- Rep Power
- 0
- 01-28-2011, 04:16 AM #8
Member
- Join Date
- Jan 2011
- Posts
- 4
- Rep Power
- 0
- 01-28-2011, 04:29 AM #9
Senior Member
- Join Date
- Mar 2010
- Posts
- 953
- Rep Power
- 4
Yes, and that's basically the Stanford approach. Start with Java (actually, with some "pre-Java" in CS106A), then move on to C++ (similar in many respects to Java, but introducing pointers and becoming more aware of memory, hardware, and algorithms), then the real low-level stuff in CS107.
Seems to me that no matter where you start, you're not really going to understand the high-level stuff until you know the low-level stuff, and a lot of the low-level stuff won't make sense without a grounding in the high-level stuff. Just plan on going through all of it more than once, because you will anyway. If you learn some Java first, then look at C and assembly, then things in Java will start to make more sense than they did the first time.
To me, there's a sort of tension between wanting to understand everything thoroughly, and having to accept that I don't understand some things, but I can use them anyway by following good examples. I still want to have that curiosity and desire to grasp it all, but I don't want to let that paralyze me and keep me from accomplishing things in the meantime. So every day something clicks into place and I find I really understand something I've been doing for years.
-Gary-
- 01-31-2011, 09:58 AM #10
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Thumbs up for gcalvins' comment.
I started with C/C++ and had a chance to learn and closely work with the hardware and memory management. That is help a lot for me to understand lots of concepts.
Similar Threads
-
JAVA - Principal Software Engineer (KeneXa "MNC" Product based Software Company)
By saisrinivaskenexa in forum Jobs OfferedReplies: 0Last Post: 06-19-2010, 08:11 PM -
Reverse Engineering in Eclipse
By novice in forum New To JavaReplies: 2Last Post: 05-31-2010, 05:17 PM -
Software Engineer/Architect at Fast Model Software in Summit, NJ
By CarlSayres in forum Jobs OfferedReplies: 0Last Post: 01-15-2010, 07:16 AM -
a couple of questions about Software Engineering plz
By pheonix in forum New To JavaReplies: 9Last Post: 10-18-2008, 04:31 PM -
inverse engineering
By Ed in forum JDBCReplies: 2Last Post: 07-02-2007, 07:57 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks