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 |
Does sprintf add a null terminator?
Is string serializable in java?
what is encapsulation in java? Explain
Why are strings immutable in Java?
In the below Java Program, how many objects are eligible for garbage collection?
Can you pass by reference in java?
How does split work in java?
do I need to use synchronized on setvalue(int)? : Java thread
What is the difference between abstract class and interface1? What is an interface?
What is the differenc between Enemuration interface and iterator interface according to accessing?
What is default specifier ??? Use of default specifier ???
Difference between String and StringBuffer.