Author name: Shubham Kumar

Create a Calculator using Java AWT

Create a Calculator us ing Java AWT In this tutorial, we will learn how to create a simple calculator using Java AWT (Abstract Window Toolkit). This calculator will perform basic arithmetic operations like addition, subtraction, multiplication, and division.   Introduction AWT is a part of Java’s standard library used for creating graphical user interfaces (GUI). …

Create a Calculator using Java AWT Read More »

How to Convert a Byte Array to a BLOB in Java simplified version

In this Java tutorial, I will demonstrate how to convert a byte array to a BLOB. At CodeSpeedy, my goal is to provide simple and effective solutions to coding problems. However, it’s important to note that there is often more than one way to solve a problem. If you discover an alternative or easier method, …

How to Convert a Byte Array to a BLOB in Java simplified version Read More »

Scroll to Top