Java задачи • Mentor
1.31K subscribers
99 photos
13 links
The channel was created to maintain and develop hard skills 💻

• Tasks
• Questions
• Series of tasks by topic 📖
https://t.me/javaquiz_mentor/5
Download Telegram
Is the finally block always executed?
Anonymous Quiz
66%
Yes
32%
No
2%
Answer
Java задачи • Mentor
Is the finally block always executed?
☝️ Explanation:

The final block is always executed unless there is an abnormal termination of the program, either as a result of a JVM failure or calling the System.exit(0)
What is the result of the next code? for(;;)
Anonymous Quiz
9%
This code will not be executed
76%
Infinity cycle
10%
Compile error
5%
Runtime error