Posts

Showing posts from July, 2017

java introduction

Java is a platform-independent programming language used to create secure and robust application that may run on a single computer or may be distributed among servers and clients over a network. Java features such as platform-independency and portability ensure that while developing Java EE enterprise applications, you do not face the problems related to hardware , network , and the operating system. " Java s simple, object-oriented, distributed, interpreted, robust, secure, architecture neutral, portable, high-performance, multithreaded and dynamic language." History of Java Java was started as a project called "Oak" by James Gosling, Patrick Naughton and Mike Sheridan in 1991. Gosling's goals were to implement a virtual machine and a language that had a familiar C like notation but with greater uniformity and simplicity than C/C++. The First publication of Java 1.0 was released by Sun Microsystems in 1995. It made the promise of "Write Once, Run