static method - By using static keyword the method is only accessible in current package.
public static - By using public before static keyword, the method is accessible to other packages too.
Hope this helps.