Latest Articles
How to PROPERLY add comments in SQL [Multiple Ways]
We will cover different practical examples to explain how to add SQL comments for Single line comments, Multi-line comments, Inline comments
How to install VLC Player on AlmaLinux 8 [Step-by-Step]
Step by step instructions to install vlc player on AlmaLinux 8. Upgrade and also Uninstall VLC player.
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.
