不确定android,但在标准JDK中,您将执行以下操作:
try { Class.forName( "your.fqdn.class.name" );} catch( ClassNotFoundException e ) { //my class isn't there!}
不确定android,但在标准JDK中,您将执行以下操作:
try { Class.forName( "your.fqdn.class.name" );} catch( ClassNotFoundException e ) { //my class isn't there!}