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 |
State two differences between C and Java.
What is == and === in javascript?
Infinite loop using while ?
What is the use of arrays tostring () in java?
Why declare Main() method as a static in java ?
Differentiate constructor and a method and how are it be used?
what is the output??????? public class multireturn { public(int assign x ( int x) { if(4==x) { return 7; } else if (7=x+3) { return 6; } return 5; } }
why using interface interface ?
What are the object and class classes used for?
java is fullu object oriented or pure? why?
What is integers and example?
How many bytes are there?