| Author |
Data structures knowledge necessary for SCJP 1.6 ?
|
Rahul Sudip Bose
Ranch Hand
Joined: Jan 21, 2011
Posts: 637
|
|
Hi, I am an engineer from non-CS,non-IT background. Do i have to study data structures ?. If so then, just "basics" or "advanced" as well ? Any good books or websites for beginners ?
|
SCJP 6. Learning more now.
|
 |
Mohamed Sanaulla
Bartender
Joined: Sep 08, 2007
Posts: 2929
|
|
|
I dont think its required to know about Data Structures.
|
Mohamed Sanaulla | My Blog
|
 |
Bert Bates
author
Sheriff
Joined: Oct 14, 2002
Posts: 8712
|
|
Hmmm... "Data Structures"
It's a very broadly interpreted phrase. For the exam, you need to understand objects, "pointers", the heap, the stack, arrays, lists, maps, sets, queues, sorting, searching, and hash codes, (did I miss anything?), I'd say you DO have to understand many aspects of data structures.
hth,
Bert
|
Eliminate fossil fuel subsidies. (If you're not on the edge, you're taking up too much room.)
|
 |
Mohamed Sanaulla
Bartender
Joined: Sep 08, 2007
Posts: 2929
|
|
Oh yeah, I forgot about the Collections library, you do need to know what Bert said. The term "Data Structures" took me to the subject in CS. Sorry for providing the wrong information.
|
 |
Rahul Sudip Bose
Ranch Hand
Joined: Jan 21, 2011
Posts: 637
|
|
Bert Bates wrote:Hmmm... "Data Structures"
It's a very broadly interpreted phrase. For the exam, you need to understand objects, "pointers", the heap, the stack, arrays, lists, maps, sets, queues, sorting, searching, and hash codes, (did I miss anything?), I'd say you DO have to understand many aspects of data structures.
hth,
Bert
I am an electronics engineer, and i have never studied data-structures. So, can you suggest some books/websites for beginners, something like a self study guide ?
PS : Thanks to all for writing such a great book.
I have a suggestion - In the future editions of the book, can you include some "toy" projects (on CD) which will make use of most of the concepts learned in each/many chapters. You may show your own implementation of the project as a program.
|
 |
Seetharaman Venkatasamy
Ranch Hand
Joined: Jan 28, 2008
Posts: 5575
|
|
|
If you want to become a developer/programmer, then you *must possess* the data structure concepts.
|
 |
Sunny Bhandari
Ranch Hand
Joined: Dec 06, 2010
Posts: 446
|
|
Seetharaman Venkatasamy wrote:If you want to become a developer/programmer, then you *must possess* the data structure concepts.
I would like to rephrase that line:
If you want to become a good developer/programmer, then you *must possess* the data structure concepts.
|
 |
 |
|
|
subject: Data structures knowledge necessary for SCJP 1.6 ?
|
|
|