Posts by Subhojeet Ghosh
Author Biographical Info: UG Student 3rd Year BIT Mesra ,off campus Deoghar , 5 star at hackerrank, 3 star at codechef.
Spring boot web application runs on a default localhost port 8080 which can be changed or configured in many easy ways. Using Configuration Files: We can easily configure the port .... Read More
In this tutorial, we will learn how about spring boot and how to connect the spring boot projects with the MySQL Database server. There is a scenario where we need to connect a spr.... Read More
In this tutorial, we will discuss the major 3 ways by which we can read application.properties in Spring boot. Let’s discuss what is the use of application.properties in Spring b.... Read More
In this tutorial, we will learn the various methods and techniques by which a JFrame window can be closed programmatically in Java. There are many ways by which we can close the JF.... Read More
In this tutorial, we will learn how can we change char to int in Java. There are many ways by which we can convert or change char to int. Some of the approaches are as follows: (1).... Read More
In this tutorial, we will learn StringBuilder Class in Java and its application and methods used. String Builder Class in Java is used to create mutable String. As we know in Java .... Read More
In this tutorial, you will learn how to remove special characters from a String in Java. Let’s first define what a special character is. A special character is a character which .... Read More
In this tutorial, we will learn about the equals function in Java and its application in String variable fields. So let’s start with the definition of equals function. String equ.... Read More