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 the 8 primitive data types in java?
What is default constructors?
What is a dot notation?
Can we use a default constructor of a class even if an explicit constructor is defined?
What is udp in java?
Can u overload main()method.Give with example.
6 Answers IBM, Schimatic Technologies,
How can you take string into InputStream?
Can we force the garbage collection to run?
where lives in jvm
Why are variables important in research?
What is difference between call by value and call by reference?
What is the difference between the >> and >>> operators?