what is mean by static void() and Public static void (). what are the min functions of these two. please explain me so i can | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

21st Sep 2016, 3:57 AM
rahul
rahul - avatar
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
21st Sep 2016, 4:11 AM
Aula Muttaqin
Aula Muttaqin - avatar