how to invoke a method?

37 views
Skip to first unread message

石沉溪

unread,
Oct 8, 2012, 7:21:37 AM10/8/12
to javap...@googlegroups.com
there is a class like this:


public class Test{
  public static void hello(String name){
    System.out.println("hello "+name);
  }
}


how to invoke the hello method? 

Reply all
Reply to author
Forward
0 new messages