Computer Science, asked by Denis, 1 year ago

what is the meaning of public static void main in java

Answers

Answered by viny
1
Public mean that Function  is visible and can be from oject of other type.Other than Public therir are private,protected etc.
 static mean that you can call static fuction without object
void mean that method/function has no return type

COMBINATION OF ALL THrEE is MAIN 
Similar questions