
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Mr. Satyabrata has Published 355 Articles

Mr. Satyabrata
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

Mr. Satyabrata
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

Mr. Satyabrata
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

Mr. Satyabrata
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

Mr. Satyabrata
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

Mr. Satyabrata
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

Mr. Satyabrata
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

Mr. Satyabrata
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

Mr. Satyabrata
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

Mr. Satyabrata
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