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 |
Difference between ?System.out.println? and ?System.error.println??
What is return code?
How to find the length and capacity of a string buffer ?
Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx
What is a variable analysis?
How do you use, call, and access a non-static method in Java?
What does nullpointerexception mean?
What is an object class?
What is the purpose of declaring a variable as final?
Explain the importance of join() method in thread class?
What is floor in java?
why java does not have operator overloading?