Coders Packet

Packets submitted by Vedanti Ravish Deshmukh

How to avoid Deadlock in Java.

In Java, we work with multiple threads, and sometimes it leads to a deadlock situation. So, we have discussed the cause and solution below with an example.

Phone call in Java

In this project of Java, we are going to learn about the User interface and how we will build a phone call experience in it.

Volatile keyword in Java.

In this tutorial, We will study the Volatile keyword in Java. We will learn what is the volatile keyword. Why and how we use it. Also, how it is connected to the thread.

Check whether the given number is a Duck number or not in Java.

In this project, we are going to check whether the user entered number is a Duck number or not in Java language. We will learn what is a Duck number, what functions and methods we have used.