HTML (Hypertext Markup Language) is used to create document on the World Wide Web. It is simply a collection of certain key words called ‘Tags’ that are helpful in writing the document to be displayed using a browser on Internet. It is a platform independent language that can be used on any platform such as … Continue reading
A Java Virtual Machine (JVM) is a virtual machine capable of executing Java bytecode. A Java Virtual Machine is a piece of software that is implemented on non-virtual hardware and on standard operating systems. A JVM provides an environment in which Java bytecode can be executed, enabling such features as automated exception handling, which provides … Continue reading
James Gosling, Mike Sheridan, and Patrick Naughton initiated the Java language project in June 1991. The language was initially called Oak after an oak tree that stood outside Gosling’s office; it went by the name Green later, and was later renamed Java, from Java coffee, said to be consumed in large quantities by the language’s … Continue reading
The first UNIX operating system is written by Ken Thompson and Dennis Ritchie at AT&T Bell Laboratories in 1969 and it first released in 1970. Rechard Stallman is the first person who is starts the GNU project in 1983 with the goal of creating a free Operating System like –UNIX, and for this work he … Continue reading
Dennis Ritchie Three scientists at Bell Telephone Laboratories, William Shockley, Walter Brattain and John Bardeen created the transistor in 1947. In 1956 at MIT the first fully transistor based computer was created, the TX-0. In 1958 at Texas Instruments, Jack kilby created the first integrated circuit. But the first high level language had already written, … Continue reading
Today all popular Operating System (Windows, Mac OS and GNU/Linux) written in C language. The Operating Systems run directly on the Hardware environment. Originally these OS are written in Assembly language which is very fast and efficient. But they have tedious process, and produces code that will only run in one System, So these OS … Continue reading