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