Uttar Pradesh, India
Popular Blogs

Here you can find the latest company news and business articles.

Basic Architecture of JVM

JVM is the part of JRE (Java Run Time Environment), also known as execution machine or execution engine. The main purpose of JVM is to load .class fi…

Read More

Types of virtual machine

There are two types of virtual machines which are summarized below.    

1-System |Hardware based Virtual machine  

 "…

Read More

What is Virtual Machine

The term virtual may refer to not physically existing. In the software terms, a virtual machine (VM) is a simulation of a physical system. Virtual ma…

Read More

Java Throws Keyword

As we know that Exceptions are divided into two parts.

1-Checked Exception
2-Unchecked Exception

1-Checked Exception:


"Checked Exc…

Read More

Java throw keyword

throw Keyword
"We use throw keyword for customized exception handling purpose. We declare our own exception explicitly by using throw keyword. …

Read More