java - parameter constructor for class.forName in j2me -


how create parameter constructor class.forname in j2me

sample code:

class {    a()       {       }    a(int a)       {       } }  //here code call constructor    object o = class.forname("org.java.datamembers.a").newinstance(); 

how call parameter constructor in j2me..plz help

pretty sure answer can't. if it's class in charge of, you'll need create parameterless constructor... if not, you'll need find way want.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -