Questions tagged «try-catch-finally»

30
අවසාන වශයෙන් අවහිර කිරීම සැමවිටම ජාවා හි ක්‍රියාත්මක වේද?
මෙම කේතය සලකා බැලීමේදී, කුමක් වුවත්, වාරණය සැමවිටම ක්‍රියාත්මක වන බව මට සහතික විය හැකිද?finallysomething() try { something(); return success; } catch (Exception e) { return failure; } finally { System.out.println("I don't know if this will get printed out"); }
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.