
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
Shirjeel Yunus has Published 260 Articles

Shirjeel Yunus
230 Views
Gradle is a tool which is used in Java development. One of its main jobs is to create automation tools. Maven is used as an alternative to Gradle but it is older and helps in building the tools which are best for a project. Developers can make a choice between ... Read More

Shirjeel Yunus
1K+ Views
SQL is a language which consists of different types of clauses in the Select statement like Where Group by Having Order by These clauses are used to retrieve values, sort them, group them, and do a lot of other things. In this article, we will discuss the difference ... Read More

Shirjeel Yunus
7K+ Views
Logical reasoning is one of the main subjects of computer science and mathematics. This reasoning helps in making the decisions of whether different types of mathematical arguments are correct or not. It can be divided into propositional logic and predicate logic. Both of these topics are required for different subjects ... Read More

Shirjeel Yunus
1K+ Views
Vector and List are present in many programming languages like C++, R, etc. and they are used to add and remove elements. These elements can be accessed randomly in a vector but not in a list. In this article, we will discuss the difference between vector and list in C++. ... Read More

Shirjeel Yunus
1K+ Views
Stream was introduced in Java 8 and it was included as java.util.stream package. It is a sequence of objects which acts as an array or a collection. Different types of methods are supported by stream. Besides this, stream also supports different kinds of aggregate operations which include − Filter ... Read More

Shirjeel Yunus
1K+ Views
Spring Annotations can be referred to as metadata which provides information related to a program. Supplemental information of a program can be derived from annotations. The annotation will not affect the program nor the action of the compiled program be changed. Spring annotations are of two types which are @Controller ... Read More

Shirjeel Yunus
7K+ Views
Java has a java.util package that consists of a Collection interface. This interface has many sub-interfaces and classes like List, Set, and Map. In this article, we will learn the difference between List, Set, and Map. What is List Interface? Java has a Collection interface and List is the sub-interface ... Read More

Shirjeel Yunus
1K+ Views
Java is a secure, powerful, and reliable language which developers can use to develop different types of applications that can run on desktop, web, and mobiles. Developers can develop customized applications with the help of GUI components. These GUI components are available in AWT and Swing and in this article, ... Read More

Shirjeel Yunus
209 Views
Companies are of many types but the two main types are product-based and service-based. Product-based companies sell different types of products while service-based companies sell different types of services. There are companies that sell both products and services. In this article, we will see the difference between product-based and service-based ... Read More

Shirjeel Yunus
284 Views
Big Data includes a large volume of structured and unstructured data which is very complex. Traditional data management tools cannot be used to manage such a large amount of data. This is the reason that Big Data tools were developed to manage it. Data analytics is a process of extracting ... Read More