I have just started learning Java so please bear with me and my small minded questions :)
I have a pretty general question- lets say we have 50 lines of code, when running the said code in IntelliJ, if there is a compilation fail in line 5, will the compiler continue to run, or will it stop at line 5?