Btw, there is no catch block in your code which is also expected to be embedded in a try block so the program will probably crash and that's if u don't hit a compile-time error.
on the one hand, if u have the appropriate catch block, flow control will move over to the catch block and the remainder of the code will be useless.
on the other "leg", if no error is thrown then the code continues unhindered.