PPL: Exceptions

EXCEPTIONS Viva Voce on Exceptions   Q1. What is the difference between error and exception in java? Errors are mainly caused by the environment in which … Read more

PPL: Data types

DATA TYPES A data type defines a collection of data values and a set of predefined operations on those values. Types of data types- 1) … Read more

PPL: Virtual Machine

VIRTUAL MACHINE Virtual machines are software’s on which other software’s can be executed as they are executing on a physical machine. There are two types … Read more