How to create and run java Program

Run Java Program

How to create and run java Program Java is a general-purpose, object-oriented programming language. Java consists of a programming language, a compiler, core libraries and a runtime also called Java virtual machine. The Java platform is usually associated to two core components  the Java virtual machine and the Java core libraries. To create a Java program, you need an editor … Read more

Features of Java

Features of Java

Features of Java History of Java Java was conceived by James Gosling Patrick Naughton, Chris Warth, Ed Frank and Mike Sheridan in Sun Microsystems. Inc., in 1991. It took 18 months to develop the first working version. This language was initially called ‘Oak’ but was renamed “Java” in 1995. Between the initial implementation of Oak … Read more

Object Oriented Programming Features

Object Oriented Programming

Object Oriented Programming System   The Computer Programming model, which uses objects and classes in its design, rather than relying on functions and procedures is called Object Oriented Programming(OOP). OOP works on data called object. An object is a combination of data and methods. The objects having similar properties can be grouped together to form classes. An … Read more