
psvm(String args[])
what does this arguement in paranthesis denote?

Hi Friend,
public-It indicates that the main() method can be called by any object.
static-It indicates that the main() method is a class method.
void- It indicates that the main() method has no return value.
(String args[])-It is used for receiving any arbitirary number of arguments and save it in the array.
Thanks
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.