Java specific articles

Lifecycle of a Java Program

The above figure explains the lifecycle of a Java Program. In words, the figure can be explained as:A Java program is written using either a Text Editor like Textpad or…

Continue Reading Lifecycle of a Java Program

About JVM

java virtual machine(jvm) is a software. which is machine dependent. every machine has a different jvm but the interpreting code is same, which help for running any java programs. it…

Continue Reading About JVM

How java work

As with many other programming languages, Java uses a compiler to convert human-readable source code into executable programs. Traditional compilers produce code that can be executed by specific hardware; for…

Continue Reading How java work

History of Java

In 1990, Sun Microsystems began a project called Green to develop software for consumer electronics. Sun is best known for its popular Unix workstations but has also engineered several popular…

Continue Reading History of Java

About java

Java is a programming language originally developed by James Gosling at Sun Microsystems and released in 1995 as a core component of Sun Microsystems' Java platform. The language derives much…

Continue Reading About java