> 2. [Sorry, this is off topic to servlets]
> In some of the java class methods, source code is not found.
> Ex: class Class
>     private native Field[] getFields0(int which);
>     private native Method[] getMethods0(int which);
>     private native Constructor[] getConstructors0(int which);
>     private native Field getField0(String name, int which);
> Where to find source code for the above type of functions?

These are native functions. Their implementation is in a DLL or other
object file, depending on the platform.

Florian
____________________________________________________________
Florian M Unterkircher ([EMAIL PROTECTED])
http://www.unterkircher.com
Ph. +43 (676) 401-6656 / Fax +1 (603) 804-5819
PGP fingerprint: 35DD FD51 F4D1 1252 4098  1B9C 045A 0D00 455E F291

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to