MCQs > IT & Programming > Java > Output of following program? class Upwork { public static void main(String args[]) { try { return; } finally { System.out.println('Finally'); } } }

Java MCQs

What will be the output of following program? class Upwork { public static void main(String args[]) { try { return; } finally { System.out.println("Finally"); } } }

Answer

Correct Answer: Finally

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Java Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Java Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it