JAVA

Java Authors: James , Arthur Van Java is object oriented programming language developed by sun micro systems.there are different type of programming languages but java is unique among them.With Java a developer can write an application and run that on different operating systems including windows, MAC OS without any modification in the code. When developing an application in an programming language the source code is passed through a compiler that transforms the code into a set of native instructions. The compiler converts the source code into instructions which the processor can understand but when writing Java application the developer does not need to directly call windows or other operating system library function. Features Of Java (1) Simple Java is a simple language. Many features of C and C++ that are either redundant or sources of unreliable code are not part of Java.According to Sun Microsystem, Java language is a simple programming language because Java has remove...