S segun ade Nov 22, 2004 #1 how do i call a static method that is in another class.the method has no attributes.
J Jon Skeet [C# MVP] Nov 22, 2004 #2 segun ade said: how do i call a static method that is in another class.the method has no attributes. Click to expand... Just use Classname.MethodName. That's true for C# and for Java - but for Java questions, I suggest you ask in comp.lang.java.programmer
segun ade said: how do i call a static method that is in another class.the method has no attributes. Click to expand... Just use Classname.MethodName. That's true for C# and for Java - but for Java questions, I suggest you ask in comp.lang.java.programmer