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 is an example of a constant variable?
How to perform linear search in java?
What is passing by reference in java?
What is access modifiers?
Iterator in the HashMap is fail-safe means what?
What is a default constraint?
What are the types of arrays in java?
what is request dispatcher and how does it work?
what is thread? : Java thread
what is difference between prepare stetement and callable starement with example?
Mention the default values of all the elements of an array defined as an instance variable.
How does java pattern compile work?