A
Aryeh M. Friedman
In studying some legacy code I cam across:
Method m=this.class.getMethod(mName,new class[0])
what does the class[0] do?!?!?!!?!?? and why do it vs. something else?
Method m=this.class.getMethod(mName,new class[0])
what does the class[0] do?!?!?!!?!?? and why do it vs. something else?