Posts by Shivam Purohit

Author Biographical Info: Not available

Difference between next() and nextLine() methods in Java

By Shivam Purohit

Hello programmer, in this tutorial you will be going to learn the difference between next() and nextLine() methods in Java. This tutorial differentiates between next() and nextLine.... Read More

How to check if two given sets are disjoint in Java?

By Shivam Purohit

Hello, developers in this tutorial you will learn how to check if two given sets are disjoint in Java. In this tutorial, you will learn two ways of checking that if the sets are di.... Read More

Java Program to convert a List to Set – 2 ways

By Shivam Purohit

Hello programmers, in this tutorial you are going to learn Java Program to convert a List to a Set. List and set both interface extends the collection framework. The Set interface .... Read More

Weight Conversion Project using HTML and JavaScript

By Shivam Purohit

Hello Developers, in this tutorial you are going to learn how to create a Weight Conversion Project in JavaScript. The main feature of this weight converter is that you can convert.... Read More

How to convert a Set to Stream in Java

By Shivam Purohit

Hello programmers, in this tutorial you will learn how to convert a Set to Stream in Java. In this tutorial, we are going to add some integers in a HashSet and then convert those i.... Read More

JavaScript Accordion Component Project

By Shivam Purohit

Hello, developers in this tutorial you are going to learn how to create a JavaScipt Accordion Component Project. Accordions on a web page help in hiding and displaying any content .... Read More

How to convert a HashMap to TreeMap in Java

By Shivam Purohit

Hello programmers, in this tutorial you will learn how to convert a HashMap to TreeMap in Java. In this tutorial, you will be mainly using the putAll() method for converting and st.... Read More

HTML Game Using JavaScript DiceRoll

By Shivam Purohit

Hello Developers, in this tutorial you are going to learn HTML Game using JavaScript where I will show you how you can actually create a game with the help of an example. So in thi.... Read More