What is the maximum size of String args[] in Java?
More specifically, how many command line parameters (as String elements) can args[] accommodate - i.e. how many strings can I pass via the command line after java Main?
Like, java main hi hello how r you I m fine. What is the limit?