• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Data structures knowledge necessary for SCJP 1.6 ?

 
Ranch Hand
Posts: 637
Eclipse IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ?

 
Bartender
Posts: 3225
34
IntelliJ IDE Oracle Spring Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I dont think its required to know about Data Structures.
 
author
Posts: 9050
21
  • Likes 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Mohamed Sanaulla
Bartender
Posts: 3225
34
IntelliJ IDE Oracle Spring Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 637
Eclipse IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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.
 
Ranch Hand
Posts: 5575
Eclipse IDE Windows XP Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you want to become a developer/programmer, then you *must possess* the data structure concepts.
 
Ranch Hand
Posts: 448
Eclipse IDE Firefox Browser Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic