Year: 2022

History of Java

Java language was created by Sun MicroSystems. James Gosling is known as the father of the java language. James Gosling and Team (named Green Team) initiated the Java language project in June 1991. Initially, their intention was to develop a language that can be used for digital devices like cell phones, televisions, set-top boxes, etc. But it was …

History of Java Read More »

Display Excel data in HTML Table using SheetJS in JavaScript

This article shows you how you display the Excel data in an HTML table using SheetJS in Javascript. SheetJS is a javascript library used to work with various spreadsheet formats. In another article, we explained Converting Excel file data to JSON using the SheetJS library in Javascript. Today in this article, we will explain how …

Display Excel data in HTML Table using SheetJS in JavaScript Read More »

MySQL download for windows | MySQL installer 64 bit

In this article, you will see how you install MySQL server 8.0.27 on the Windows 10 operating system using the MSI installer. MSI installer is also known as Microsoft installer or Windows Installer. It is a type of installer developed by Microsoft for use in the Microsoft operating system. How do we install MySQL Server on Windows …

MySQL download for windows | MySQL installer 64 bit Read More »

How to use setInterval() in JavaScript?

This article shows you a complete understanding of the setInterval() method and its uses in Javascript. The setInterval() is a method available in the window object. It is a global method, that can be called from anywhere. The setInterval() method, repeatedly calls a function or executes a piece of code, with a fixed time delay(in milliseconds) between each call. Let’s …

How to use setInterval() in JavaScript? Read More »