Category: Programming
In this article, we will look into how StringBuffer class is different from StringBuilder Class in Java. A StringBuffer Class is same as String Class with only exceptions that …
In this article, i will show you how to properly search PHP modules using yum tool in Linux(RHEL/CentOS 7/8). Sometimes it might happen that you don’t know the name …
In this tutorial, I will take you through Primitive Data Types in Java. A programming language provides some predefined data types, which are known as built-in data types. There …
In this tutorial, we will go through the introduction of Java Programming Language, Java Development Kit(JDK) and Java Runtime Environment. Java is the most popular Language among Programmers and …
In this tutorial, I will explain the concepts of Dynamic Memory Allocation with malloc(), calloc(), free and realloc() functions in C. Dynamic Memory allocation is a feature introduced in …
In this article, I will take you through 7 Easy Steps to Install PHP on RHEL 8/CentOS 8. PHP is known as open source Server Side programming language due …
In this article, i will take you through 6 Easy Steps to Install PHP on Ubuntu 20.04. PHP is abbreviated as Hypertext Preprocessor language. It is the most popular …
In this article, I will take you through the steps to install Java on RHEL 8/CentOS 8. As you might be aware, Java is the most popular and powerful …
In this tutorial, we will look into the concepts of Wrapper Class in Java along with the mechanism of Autoboxing and Unboxing with examples. The wrapper classes are a …
In this article, I will take you through 12 Easy Steps to Install NVM for Node.js on Ubuntu 20.04. Node Version Manager(NVM) is the most popular tool available for …