Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Software Blogs  >  Programming Blogs  >  Java Hungry programming Blog  > 

2023-07-30 13:56
In this post, I will be sharing how to remove comma from a number in Java. There are two ways to achieve our goal of removing commas from a number: 1. Using replace() method 2. Using replace… Read More
2023-03-26 08:32
Best games developed in Java comprise a comprehensive list of many popular games. Java is one of the most popular names in the niche of programming languages since the 21st century. Its majo… Read More
2023-02-03 15:12
In this post, I will be sharing the Java Set.of() example. This method was introduced in Java 9. Let's dive deep into the topic:Read Also: How to Iterate HashSet in Java with ExamplesJava Se… Read More
2023-01-24 17:33
In this post, we will learn how to return an ArrayList in Java. There are two kinds of methods in Java1. static method2. non-static methodRead Also: Create ArrayList with values in JavaWe wi… Read More
2022-12-29 16:45
In this post, I will be sharing how to initialize an Array with 0 in Java. There are 4 ways to achieve our goal:1. Using default initialization of Array2. Using the Arrays.fill() method3. Us… Read More
Stopwatch In Java With Source Code
2022-12-23 23:49
In this post, I will be sharing how to create a stopwatch in Java with source code. We will be using basic Java packages to achieve our goal. In simple words, we will be using java.lang.Syst… Read More
2022-12-10 07:21
In this short post, I will be sharing the BODMAS program in Java. BODMAS stands for Bracket of Division Multiplication Addition Subtraction. BODMAS is used for calculating arithmetic calcula… Read More
2022-12-05 18:55
In this post, I will be sharing how to create an ArrayList with values in Java. There are 4 ways to achieve our goal:1. Using the Java9 Factory method [Easiest but immutable]2. Using Java8 S… Read More
2022-12-02 23:32
In this post, I will be sharing Java OOPs practice programs i.e. coding questions. I have already shared the OOPs concepts in detail here. Before diving deep into the topic, please bookmark… Read More
2022-11-19 05:53
In this short post, I will be sharing how to get the Unicode value of a Character in Java. Let's dive deep into the topic:Read Also: Convert ASCII to String in JavaWhat is Unicode in JavaAc… Read More
2022-11-16 11:24
In this post, I will be sharing what is the difference between long and double in Java. Both are primitive data types. Let's dive deep into the topic:Read Also: Difference between float and… Read More
2022-11-15 13:58
In this post, I will be sharing what is the difference between Map and Set in Java with examples. Set and Map are the two interfaces that belong to the Java Collections framework. Let's dive… Read More
2022-10-24 03:16
In this post, I will be sharing different types of threads in Java with examples. There are two types of threads in Java:1. User thread2. Daemon threadRead Also: Difference between User and… Read More
2022-09-25 17:29
In this post, I will be sharing a simple Dice Roll Program in Java. Dice is a cube that has between one and six numbers or spots on its sides to provide random numbers. In other words, a dic… Read More
2022-09-11 16:44
In this post, I will be sharing how to print CLASSPATH in Java. We will also discuss what is CLASSPATH, what is default CLASSPATH in Java, how to print the CLASSPATH of the current project… Read More
2022-09-06 03:13
In this post, I will be sharing how to solve java.io.EOFException in Java. EOFException is a checked exception since it extends java.io.IOException. According to Oracle docs, it is thrown to… Read More
2022-08-28 09:08
In this tutorial, I will be sharing what is Jumbled number, examples of Jumbled number and Java program to check whether a given number is Jumbled number or not.Read Also: Find first and las… Read More
2022-08-20 15:19
In this article, we will be discussing different ways how to end a program in Java or terminate a running Java Virtual Machine (JVM). When a JVM terminates, it eventually terminates all the… Read More
2022-08-13 07:49
In this post, I will be sharing what does += mean in Java with examples. += is known as an addition assignment operator in Java. Addition and assignment can be performed in one step with the… Read More
2022-08-12 08:18
In this post, I will be sharing how to convert TreeSet to HashSet in Java. I have already shared the difference between HashSet and TreeSet in Java. There are 3 ways to achieve our goal of c… Read More
2022-08-07 08:48
In this tutorial, we will be learning how to convert HashSet to TreeSet in Java. In the last tutorial we have seen how to convert HashSet to an Array in Java. There are 3 ways to achieve our… Read More
2022-06-27 06:59
In this post, I will be sharing how to convert Collection to List in Java. There are three ways to achieve our goal:1. Using List.copyOf() method [Easiest]2. Using Java 8 Stream3. Using Arra… Read More
How To Earn Money Online Using Java In 2022
2022-06-12 04:25
Are you an expert in java or have good knowledge of Java Technologies? There are plenty of ways you can monetize your knowledge and skills. In this internet era, you get a fair chance of mak… Read More

Share the post

Java Hungry

×

Subscribe to Java Hungry

Get updates delivered right to your inbox!

Thank you for your subscription

×