Arti Catch Dalam Kamus Teknologi Informasi (Komputer)
Berikut ini adalah catatan (contekan) mengenai arti kata tersebut pada bidang IT (Teknologi Informasi):
- catch
- Catch; Catch adalah blok kode yang menangani pengecualian (exception) yang terjadi pada blok try.
- catch; A Java keyword used to declare a block of statements to be executed in the event that a Java exception, or run time error, occurs in a preceding try block.
- catch; Used in conjunction with the try statement, indicates an exception and the block of code that will handle the exception.
Dalam Pemograman Java
#
#
#