| Author |
can I see the source code when I read java API
|
lijun wang
Greenhorn
Joined: Jan 20, 2006
Posts: 28
|
|
can I see the source code when I read java API, is there a link I can click to see the source code for that API? thanks
|
 |
Keith Lynn
Ranch Hand
Joined: Feb 07, 2005
Posts: 2341
|
|
|
For the methods that aren't native, you can see their implementation by unzipping the file src.zip that usually comes with the JDK. It contains the same package structure as the API and you can see the source code.
|
 |
 |
|
|
subject: can I see the source code when I read java API
|
|
|