
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
299 Views
Introduction Java is a widely-used programming language in the software development industry. Java is a versatile language & you can use it to create a wide range of applications, including enterprise applications, mobile apps, web applications, and even games. As a result, the demand for skilled Java developers is high. ... Read More

Mr. Satyabrata
904 Views
Java is a programming language that has been around for over two decades & is still the primary language of choice for large corporations due to its scalability, robustness, and flexibility. Java is the language of choice for many large-scale applications and enterprise software due to its features such as ... Read More

Mr. Satyabrata
488 Views
In today’s world, the two most popular coding languages are Java and PHP. Both languages have their strengths and weaknesses. So, understanding the differences between them first & can help you decide which language is best for your project. Without understanding them, it can be difficult to decide which one ... Read More

Mr. Satyabrata
3K+ Views
In today’s world, there is a range of programming languages available for software development. But why should one choose Java as a career option? The answer is simple – Java is one of the most popular, versatile & powerful languages in the programming world. Java development has become popular due ... Read More

Mr. Satyabrata
2K+ Views
When we talk about programming languages and jobs, one programming language that comes to our mind is Java. Most companies use Java all over the world. It is very popular, and there are numerous job opportunities. If you want to get jobs with the help of java skills in 2023, ... Read More

Mr. Satyabrata
4K+ Views
As the tech industry continues to evolve, the demand for full-stack developers has grown substantially in recent years. Full-stack developers possess a broad range of skills & can work on both the front-end & back-end of web development projects. The two most popular full-stack development options are Java and Python, ... Read More

Mr. Satyabrata
228 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 an array with some random values and we have to find if any elements have the last digit as 6 or the element itself ... Read More

Mr. Satyabrata
1K+ 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 given an array with some random integer values and we have to replace those elements with their corresponding ranks. So, we have to first ... Read More

Mr. Satyabrata
794 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 replace odd numbers by its square root and all even numbers by its square in the given array. A number is said to ... Read More

Mr. Satyabrata
15K+ 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 move all the zeros to the end of array i.e. if an array contains n number of zeros in it then all the ... Read More