Posts

Showing posts with the label Errors in java with example

Error in java with example

Exceptions or errors are most commonly facing problems in java language or any technology. In real time software, while designing the system or developing the code also commits several errors. These error are called as 'bugs' and the process of removing them is called 'debugging' . Errors in Java program:        There are basically 3 types of errors in Java Program:                       1. Compile-time errors                       2. Runtime errors                       3. Logical errors Compile-time Errors:        These are syntactical error found in the code, due to which a program fails to compile. F...