What is the return type of a program?s main() method?
Answers were Sorted based on User's Feedback
Answer / ashokmail
by default it is void and return null.
if return type is int , it returns 0 or 1 depends on the
program execution .
| Is This Answer Correct ? | 3 Yes | 5 No |
What are field variable and local variable?
What is illegal identifier in java?
How big is a gigabyte?
What is the difference between array and array list in java?
What is the use of flag?
What is the finalize method do?
What is more advisable to create a thread, by implementing a Runnable interface or by extending Thread class?
What’s the difference between constructors and other methods?
Can a set contain duplicates?
Explain a few methods of overloading best practices in java?
What is getkey () in java?
What is the use of accept () method in java?