In java, the method modifier value of public static method is 9, after converting to javascript by j2s, public static method modifier value will be 1 which means it's just a public method not static
Log in to post a comment.