
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 383 Articles

Mr. Satyabrata
241 Views
In this article, we will explore how to perform arithmetic operations between BigDecimal and Primitive data types by using Java. For instance, Addition: The sum of a BigDecimal object with a value of 10.50 and an int primitive with a value of 5 is a BigDecimal object with a ... Read More

Mr. Satyabrata
6K+ Views
Let's begin this article with a basic question. What do you mean by Language Translator? You may imagine a tool or piece of software that can translate between languages as needed so that both parties can understand. You are totally correct. Compilers and interpreters are simply language translators in computer ... Read More

Mr. Satyabrata
53K+ Views
An array is a linear data structure in which elements are stored in contiguous memory locations. As per problem statement, we have to find all the subarrays of a given array. Subarrays are part or a section of an array. When we talk about all subarrays of an array, we ... Read More

Mr. Satyabrata
752 Views
A line consists of an infinite number of points. In two-dimensional coordinate system we can define every point with two values i.e. X and Y. A point basically situated on the left side or right side or it can be on the line itself and this can be defined only ... Read More

Mr. Satyabrata
142 Views
Edge computing & 5G are two of the most essential technologies & the mixture of these two technologies has a high potential to transform the way IoT devices work, causing them more efficient, faster, & more reliable. In this article, we will examine how edge computing and 5G will help ... Read More

Mr. Satyabrata
2K+ Views
A number is said to be a positive number if it is greater than 0 and if it is less than 0 then it is called a negative number. The negative number is followed by a minus sign (-) to identify it as a negative number. A number is said ... Read More

Mr. Satyabrata
3K+ Views
In Java, an ArrayList is a resizable array, which is implemented as part of the Java Collections Framework. It is a dynamic data structure that can hold any type of objects, including primitive types such as integers and characters. As per the problem statement we have to read a ... Read More

Mr. Satyabrata
17K+ Views
In Java, Array is an object. It is a non-primitive data type which stores values of similar data type. As per the problem statement we have to check if an array is empty or not. An array is said to be an empty array, if the array has zero element ... Read More

Mr. Satyabrata
412 Views
There is no comparison between Kotlin and Java because one is best than another, so we could not decide which is best. Because Kotlin is a vibrant, advanced software programming language. It is simple to learn, particularly if you are already familiar with Java (it is completely compatible with Java). ... Read More

Mr. Satyabrata
7K+ Views
As technology continues to grow and evolve, so does the number of cyber threats. Cybersecurity is now a top priority for many people, businesses, and governments. A secure programming language is a key component of any effective cyber security strategy. Secure Programming is the Key to Data Protection: Why You ... Read More