+ 1
what is mean by static void() and Public static void (). what are the min functions of these two. please explain me so i can
1 Answer
+ 1
I think you talk about access modifier. In Java, if you don't define access modifier explicitly, then Java will consider it as public. You can learn detail about public and other access modifier in http://javabasictoadvanced.blogspot.co.id/2016/07/access-modifier.html