why we use static in main and String[] args as arugment of main
public static void main (String[] args)
can u explain me following
static member functions should not refer to objects of that class. But we can access static functions through classname itself