Last updated on April 20th, 2022 at 10:00 amIn java we can make use of Servlets to connect to Mysql database and Display results in html. Name of my database as My_test and display the column with the name Firstname from table named Employees. Modify localhost to the name or ip address of the server […]
Tag: Java
Last updated on May 6th, 2022 at 12:57 pmRead a property file using JSP and display it on a browser. This will be very handy for developers who need a quick and easy fix for their long search on the internet on how to load values from a property file using JSP and cannot find […]

How to install XAMPP Windows
Last updated on November 8th, 2024 at 12:54 pmA comprehensive guide featuring sequential instructions accompanied by screenshots for the installation of XAMPP. This includes the configuration of Apache, MySQL, and Tomcat as services, as well as troubleshooting common service errors and their resolutions. Prerequisite: Go to XAMPP, Download the XAMPP software first. The latest version […]