Mr. Satyabrata has Published 355 Articles

Why is Java a Robust Programming Language?

Mr. Satyabrata

Mr. Satyabrata

Updated on 06-Aug-2024 19:14:08

8K+ Views

Java is a programming language and it is called by different names for its work. These names are called robust programming, object-oriented programming, secure programming languages, etc. But here we discuss Java as a robust programming language. Java is a robust programming language that can manage run-time errors because it ... Read More

Where is Java Used in the Real World?

Mr. Satyabrata

Mr. Satyabrata

Updated on 06-Aug-2024 19:07:59

2K+ Views

Java is a programming language that has been used in the real world, it works for commercial websites, financial applications, android applications, scientific applications, and much more. Here, in this post, we will focus on where Java programming language is used the most. Let’s have a look at the below ... Read More

Java program to convert binary to octal

Mr. Satyabrata

Mr. Satyabrata

Updated on 02-Aug-2024 18:19:48

2K+ Views

Binary Number − There are many types of number systems depending upon the base value. Binary numbers are one of them. The Binary number is basically represented by two digits i.e. one (1) and zero (0). The binary numbers are expressed as base-2 in the numeral system. Octal Number − ... Read More

Java Program to Convert Hexadecimal to Binary

Mr. Satyabrata

Mr. Satyabrata

Updated on 23-Jul-2024 18:32:23

2K+ Views

Binary Number − There are four types of number systems available. Binary number is one of them. The Binary number is represented by two digits i.e. one (1) and zero (0). The binary numbers are expressed as base-2 in the numeral system. Hexadecimal Number − Hexadecimal number is also one ... Read More

Java Program to Convert Octal to Hexadecimal

Mr. Satyabrata

Mr. Satyabrata

Updated on 08-Jul-2024 14:11:19

2K+ Views

Octal Number Octal number is also one of the number systems available. The octal number is represented with 8 digits which is from 0 to 7(0, 1, 2, 3... 7). The octal numbers are expressed as base-8 in the numeral system. Hexadecimal Number Hexadecimal number is also one of ... Read More

Java Program for Closest Prime Number

Mr. Satyabrata

Mr. Satyabrata

Updated on 02-Jul-2024 09:35:01

2K+ Views

A prime number is a positive integer greater than 1 that is only divisible by 1 and itself. Prime numbers are an essential concept in mathematics and computer science. They are integers that are only divisible by 1 and themselves. Finding prime numbers is an important task in many ... Read More

How to Convert Timestamp to Date in Java?

Mr. Satyabrata

Mr. Satyabrata

Updated on 20-Jun-2024 15:42:32

12K+ Views

In Java, Timestamp can be converted Date by using Date class. Date class is present in java.util package. The constructor of the Date class receives a long value as an argument. Since the constructor of the Date class requires a long value, we need to convert the Timestamp object ... Read More

JAVA Menu Driven Program to Check Character is String, Number or Special Character

Mr. Satyabrata

Mr. Satyabrata

Updated on 31-May-2024 14:47:53

12K+ Views

In this article, we will see a menu driven program to check if the entered character is number, string or special character by Java programming language. We will be implementing the application using a switch case. To show you some instances  Instance-1 Suppose the entered character is ‘a’ then the ... Read More

What is the Need of Computer Network?

Mr. Satyabrata

Mr. Satyabrata

Updated on 31-May-2024 12:29:29

11K+ Views

In the modern era, computers have become a vital component of both commercial and private operations in the industry sector. As technological developments have accelerated, networking has become increasingly important. We have gradually transitioned from the first wired network technology to wireless networking technology. If we look at it now, ... Read More

IoT Communication APIs

Mr. Satyabrata

Mr. Satyabrata

Updated on 31-Aug-2023 12:59:10

31K+ Views

The Internet of Things (IoT) has changed how we interact with devices and created new opportunities for businesses to gather and analyze data. However, this has created a demand for device−to−device communication that is seamless. This is where IoT Communications APIs come to play a major role in communication systems. ... Read More

Advertisements