+ 3
main is the first function called and you cannot call any other function before that. static block is available in java which will execute prior to the main function. static { }
28th Oct 2017, 11:00 AM
Nanda Balakrishnan