Shirjeel Yunus has Published 228 Articles
Shirjeel Yunus
314 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
10K+ 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
2K+ 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
2K+ 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
8K+ 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
2K+ 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
303 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
270 Views
Big data deals with a large volume of data which can be structured, unstructured, or semi-structured. The data is continuously generated so different types of tools like Hadoop are used to store and process the data. Predictive analytics is a type of analytics in which historical data is used for ... Read More
Shirjeel Yunus
3K+ Views
A heap is a data structure which is based on tree. This tree is a complete binary tree which consists of N nodes and log N height. The elements whose priority is highest or lowest can be easily removed. This heap structure is displayed in the form of an array. ... Read More
Shirjeel Yunus
418 Views
The .Net Core is a free and open-source platform which can be used to develop cloud-based programs and software applications. The development can be done on various operating systems like Windows, Linux, and MacOS. The .Net Framework has been designed by Microsoft and its first version was launched in 2002. ... Read More
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP