Where to lookup implementation of java methods?

HiI need to find out the actual code that makes some of the methods in the API work. Anyone know a site where i can find this?Chris
[159 byte] By [i_am_lankya] at [2007-9-28 1:28:11]
# 1
the JDK distribution comes with a src.jar. when you install the JDK, you have the option to put the source files into the unpacked distribution.
pholsera at 2007-7-7 21:02:25 > top of Java-index,Other Topics,Algorithms...