Latest Articles
Install Node.js on Ubuntu 20.04 [3 Different Methods]
In this tutorial we cover 3 different ways to install node.js in Ubuntu 20.04 i.e. Installing from the Ubuntu repository, Installing Node.js from NodeSource., …
How to reverse a list in Java [4 Different Methods]
We can reverse a list in Java using four different ways i.e. Using add and remove method, Using recursion, Using reverse method of Collections, Using …
Accessor and Mutator Methods in Java [Practical Examples]
The knowledge of Java Accessor and Mutator is very useful as it implements encapsulation, which is one of the important feature of Object oriented Programming.
Setup IPv4 UEFI PXE Boot Server Ubuntu 20.04 [cloud-init]
Step by Step instructions to install and setup ipv4 UEFI PXE Boot Server for automated installation of Ubuntu 20.04 using cloud-init configuration file.
Java XOR (^) Operator Explained [Practical Examples]
In this article we will discuss the Java xor (^) operator, this logical operator is used in many conditional statements, it is also used as a bitwise operator …
