Posts by Mayank Garg
Author Biographical Info: I am mayank garg and i am pursuing my B.tech From Manav Rachna University Faridabad.
i am currently studying in 6th sem of CSE branch.
In this program, we will design a calculator using a switch case in Java. In this program, we have also use the scanner class. Scanner class is used for the user input without the .... Read More
In this program, we will learn how to create checkbox in java swing and how to implement it in java. first, we import the Java Swing package in this program. All subscribers want t.... Read More
In this post, we will learn the use of the radio button and how to implement it in java. First, we need to import the Swing package in the program. One question is always coming in.... Read More
This Java tutorial will focus on the following topics: How to find the hostname from URL Get the port no from URL Get File Name from URL Find Protocol from URL Get hostname, port n.... Read More
In this program, we have created a panel using the applet with the AWT package in java. So first we will discuss what is a panel then we will learn how to create panel in Java. Pan.... Read More
In this program, we will learn how to create a quiz game using java swing GUI. In this program, we will use the Action listener method and Swing class. first, we create a frame acc.... Read More
In this program, we will learn how to display the pattern of the square using Java. We will use some while loops and for loops for the iteration. Import the util class Use the Scan.... Read More
In the post, we will learn how to sort the name according to ASCII value. In this program, we have created the 3 Input dialog box and input three different names and after this, th.... Read More