| Author |
Query regarding implementation
|
Abhijit Rai
Ranch Hand
Joined: Aug 07, 2008
Posts: 41
|
|
Hi,
I am trying to explore Java in depth regarding implementation details in Java :
"How are classes such as linked list,Stack,Array ,HashMap ,HashTable are implemented ,which data structures are used ,which memory is used ,how does java interact with the OS and the like ".
Please do flood me with links , resources or books which could help me in getting to the bottom of these issues.
Cheers.
|
SCJP5 ,SCWCD5
|
 |
Vijitha Kumara
Bartender
Joined: Mar 24, 2008
Posts: 3670
|
|
|
You can explore the source of the core java packages. Inside the JDK installation get the archive file called src which contains the source.
|
SCJP 5 | SCWCD 5
[How to ask questions] [Twitter]
|
 |
 |
|
|
subject: Query regarding implementation
|
|
|