+ 1
What is the use of static in main here
u just tell
3 Answers
+ 2
I assume it is Java, As java is an OOP language it means main function belongs to the class it self, not the object
+ 1
That means you don't have to create instance (object) for that Method to be used. As in java we nee to create the object first in order to use it that is what object oriented is.
- 2
u just yea