Considering this code, can I be absolutely sure that the finally block always executes, no matter what something() is?
finally
something()
try
Yes It will. Only case it will not is JVM exits or crashes