What is the return type of a program?s main() method?
Answer Posted / ravikiran
void
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
How do listeners work?
What is passed by reference and pass by value ?
Why are the objects immutable in java?
Why hashmap is used in java?
What is difference between == equals () and compareto () method?
How do you clear a list in java?
What is the use of conditional statement?
What is port number in java?
Can we use both this () and super () in a constructor?
How to convert string to char and vice versa?
How do you empty a list in java?
What is empty string literal in java?
Why does java have different data types for integers and floating-point values?
Where is const variable stored?
What will happen if a thrown exception is not handled?