Langsung ke konten utama

Postingan

Menampilkan postingan dengan label exception

Section 3 Exception and assertion Oracle Java Programming

Section 3 Exception and assertion                 (Answer all questions in this section) 1.            What is the definition of a logic error?    Mark for Review                 Wrong syntax that will be caught at compile time.                 Bugs in code that make your program run different than expected (*)                 Computer malfunction that makes your code run incorrectly.                 Something that causes your computer to crash. 2.            Is this the correct syntax ...