Shirjeel Yunus has Published 228 Articles

Difference between Gradle and Maven

Shirjeel Yunus

Shirjeel Yunus

Updated on 24-Jul-2024 11:47:15

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

Difference between Propositional Logic and Predicate Logic

Shirjeel Yunus

Shirjeel Yunus

Updated on 24-Jul-2024 11:38:57

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

Difference between Parallel and Sequential Streams in Java

Shirjeel Yunus

Shirjeel Yunus

Updated on 22-Jul-2024 11:28:53

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

Difference Between @Controller and @RestController Annotation in Spring

Shirjeel Yunus

Shirjeel Yunus

Updated on 22-Jul-2024 10:55:48

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

Difference between List, Set, and Map in Java

Shirjeel Yunus

Shirjeel Yunus

Updated on 18-Jul-2024 15:14:27

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

Difference between AWT and Swing in Java

Shirjeel Yunus

Shirjeel Yunus

Updated on 17-Jul-2024 10:39:54

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

Difference Between Product-Based and Service-Based Companies

Shirjeel Yunus

Shirjeel Yunus

Updated on 17-Jul-2024 10:36:24

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

Difference Between Big Data and Predictive Analytics

Shirjeel Yunus

Shirjeel Yunus

Updated on 16-Jul-2024 11:09:36

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

Difference between Min Heap and Max Heap

Shirjeel Yunus

Shirjeel Yunus

Updated on 15-Jul-2024 14:19:03

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

Differences Between .NET Core and .NET Framework

Shirjeel Yunus

Shirjeel Yunus

Updated on 15-Jul-2024 12:59:45

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

Previous 1 ... 4 5 6 7 8 ... 23 Next
Advertisements