Top 5 Applications Built using Java Java by Shradha Shasha - January 24, 20200 Java is one of the popular programming languages that run on any platform for any kind of application. Being an open-source, fast and powerful language, it is widely used by Java developers for building applications, websites, and interactive videos, etc. Do you know? Until now thousands of apps have been developed
Learning HTML is Mandatory for Creating a Website Uncategorized by Guest - May 19, 2019April 6, 20200 First of all, a question comes in mind that why learning HTML is essential for building a website. Like what is the reason to have a basic knowledge before creating a website? When you are a beginner then there is a list of tags that are really important to know.
Types of VirtualMachineError Java by Guest - May 17, 2019April 14, 20200 Java.lang.VirtualMachineError is thrown when Java virtual machine encounters any internal error or resource limitation which prevents it from functioning. It's a self-defensive mechanism employed by JVM to prevent entire application from crashing. In this article lets discuss different types of VirtualMachineError, their characteristics, reasons why they get triggered and potentials