Introduction of JAVA

INTRODUCTION OF JAVA JAVA: Java is developed by James A. Gosling . It is an object oriented programming language. Earlier this language was called ‘OAK’ . It is a very popular programming language of III rd generation. It can perform various tasks as others programming languages including internet and intranet. This language also helps to manage networks. It can be treated as a platform to various applications. JAVA Environment : It includes a large number of development tools, number of classes and functions / methods. The development tools are part of the system known as JAVA DEVELOPMENT KIT (JDK). The classes and methods are the part of JAVA STANDARD LIBRARY (JSL), also known as APPLICATION PROGRAMMING INTERFACE (API). JAVA DEVELOPMENT KIT (JDK) TOOLS : S. No. Tools Description Purpose 1 javac Java Compiler Translates java source code to byte code files ...