Monday, 29 January 2018

7.0 MultiThreading in Java

Multitasking - executing multiple tasks simultaneously. process based multitasking Executing multiple task simultaneously where each task is separate process Thread based multitasking Executing multiple task simultaneously where each task is independent but part of same program. main advantage is to increase performance and to reduce response time of system. MULTITHREADING - Multiple...
Read More »

Thursday, 25 January 2018

6.0 Exception Handling in java

Exception - It is an event - Abnormal termination of a program because of so and so reason. Rest of the code will not run after unexpected event. The main objective of exception handling is graceful termination of program. Defining alternative way to complete the program normally is the concept of exception handling. It doesn't mean repairing an exception. To overcome the problem we use...
Read More »
Page 1 of 23123...23Next »Last