|
|
4. What is the purpose of the finally clause of a try-catch-finally statement?
The finally clause is used to provide the capability to execute code no matter whether or not an exception is thrown or caught.
5. What is the argument type of a program’s main() method?
A program's main() method takes an argument of the String[] type.
6. Which Java operator is right associative?
The = operator is right associative.
|
| Pervious1-3
Next7-10 |
|
|
|
|
|
|
|