What is the return type of a program?s main() method?
Answer Posted / 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 |
Post New Answer View All Answers
What does sizeof return?
What is jdbc api?
What is the r character?
Can java run on google chrome?
Does set allows null in java?
What is tochararray in java?
What comes to mind when someone mentions a shallow copy in java?
Can a constructor call the constructor of parent class?
what do you mean by java annotations?
What is meant by collection in java?
Tell me about different OOPS concepts.
What is the formula to calculate percentage?
Write the algorithm to check the number non-leaf nodes in a tree.
How is garbage collection controlled?
How does hashmap work in java ?