Remember
Register
1
new
Chill
new
Puzzles
new
GK
new
Sports
new
Business
Home
Questions
MCQs
Unanswered
Tags
Users
Ask a Question
Write Article
Articles
Connect to us
Java: What if I do not provide the String array as the argument to the Main method?
0
votes
625
views
Java: What if I do not provide the String array as the argument to the Main method?
java
interview questions
posted
Mar 3, 2016
by
Diya Borda
Share this question
Which method??
Your comment on this post:
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
1 Answer
0
votes
Program compiles but throws a runtime error "NoSuchMethodError".
answer
Mar 3, 2016
by
Karthick.c
Your comment on this answer:
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
Your answer
Preview
Email me at this address if my answer is selected or commented on:
Email me if my answer is selected or commented on
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
Similar Questions
+1
vote
While passing a Collection as argument to a function, how can we make sure the function will not be able to modify it?
0
votes
What is 'finalize()' method in Java, why is it used and what could have been the problems if this method was not there?
0
votes
What is the correct syntax for java main method?
+1
vote
Can we use any class as Map key in Java if yes how, if no then why not?
0
votes
Why do I get the error method not defined in Java program
...