Posts

                                                           EPISODE -1                              An Introduction of java  java is a programming language and a platform. java is a high level, robust, secured and object oriented programming language. platform Any hardware or software environment in which a program runs, is known as platform. Since, java has its own runtime environment(JRE) and API, it is called platform. It is developed by James Gosling by Sun microsystem. object oriented programming Object oriented programming is a method of implementation in which programs are organised as co-operative collection of objects, each of which represents  an instance of some class, or more hierarchy of classes united via.. inheritance relationships. object oriented models are:- 1.Encapsulation:-  it is the mechanism that binds together code and the data . it manipulates and keeps both safe from outside interference and misuse. 2.Inheritance:- it is the process by which