Overview of article—–
1. Intro about article
2. Inventor of Java Programming Language
3. Situations and implementations
At this time java is most popular programming language.All World of Programmers are Talking About JAVA. What is JAVA ? and Why all world of programmers are talking about it?. In this Category i am Writing all about java,.that should be helped full to you.Now lets start with Java Programming language. first of all we will talk about the History of Java programming language that contains Very interesting Issues.First of all we have to know that who makes java programming language? and in which situations it was invented ?
Gosling is generally credited with having invented the Java programming language in 1994.He created the original design of Java and implemented the language’s original compiler and virtual machine. Gosling traces the origins of the approach to his early 1980s graduate student days, when he created a pseudo-code (p-code) virtual machine for the lab’s DEC VAX computer so that his professor could run programs written in UCSD Pascal. Pascal compiled into p-code to foster precisely this kind of portability.
In the work leading to Java at Sun, he saw that architecture-neutral execution for widely distributed programs could be achieved by implementing a similar philosophy: always program for the same virtual machine. and now here is answer of our second question that is Why all world of programmers are talking about it? The language derives much of its syntax from C and C++ but has a simpler object model and fewer low-level facilities. Java applications are typically compiled to bytecode (class file) that can run on any Java Virtual Machine (JVM) regardless of computer architecture. Java is a general-purpose, concurrent, class-based, object-oriented language that is specifically designed to have as few implementation dependencies as possible. It is intended to let application developers “write once, run anywhere” (WORA), meaning that code that runs on one platform does not need to be recompiled to run on another. Java is currently one of the most popular programming languages in use, particularly for client-server web applications, with a reported 10 million users







