Open for reading, a resource of the specified name from the
search path used to load classes. This method locates the resource through the
system class loader (see getSystemClassLoader()).
Parameters:
name - The resource name
Returns:
An input stream for reading the resource, or null if the resource
could not be found?
2016-11-24
反射——Java高級開發(fā)必須懂的
imooc里邊有這個課程
2016-04-15
java 反射
2016-03-07
2015-06-27
Open for reading, a resource of the specified name from the search path used to load classes. This method locates the resource through the system class loader (see getSystemClassLoader()).
Parameters:
name - The resource name
Returns:
An input stream for reading the resource, or null if the resource could not be found?
查閱JAVA文檔