Introduction to Java
Introduction to Java Java is a high-level, class-based, object-oriented programming language. A general-purpose programming language made for developers to Write Once Run Anywhere(WORA) that is compiled Java code can run on all platforms such as Windows, Mac OS, and the various versions of UNIX. History JAVA was developed by James Gosling at Sun Microsystems in the year 1991 , later acquired by Oracle Corporation. The history of Java starts with the Green Team. Java team members (also known as Green Team), initiated this project to develop a language for digital devices such as set-top boxes, televisions, etc. Currently, Java is used in internet programming, mobile devices, games, e-business solutions, etc. Following are given significant points that describe the history of Java: 1) James Gosling , Mike Sheridan, and Patrick Naughton initiated the Java language project in June 1991. The small team of ...