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 |
I want to re-reach and use an object once it has been garbage collected. How it's possible?
What is difference between “==” and equals()?
What happens when heap memory is full?
what is an objects lock and which objects have locks? : Java thread
How to make class immutable
What does java stand for?
What is the difference between the ">>" and " >>>" operators in java?
What method is used to specify a container's layout in java programming?
What is an inner class in java?
What is object cloning in Java?
0 Answers SwanSoft Technologies,
What is the format specifier?
Why is java called the platform independent programming language?