Jerome Davidson
42 articles published since April 20, 2021
Page 2
About Jerome Davidson
Jerome is a Staff Writer at MakeUseOf. He covers articles on Programming and Linux. He has developer experience in writing Java & web applications. Additionally, he loves blockchain & is always up to date with the latest trends.
Java Input and Output: A Beginner's Guide
When learning a programming language, you'll need to know about input and output. Here's a guide for Java learners.
A Beginner's Guide to Input and Output in C
Your first steps to becoming a bonafide programmer start with learning to take input and display output.
Linear & Binary Search Algorithms Explained
Understanding linear and binary search algorithms is challenging for beginners. Here's an explanation.
An Introduction to the Shell Sort Algorithm
While shell sort isn't the most efficient method, beginners have a lot to gain from practicing it.
An Introduction to the Insertion Sort Algorithm
Get your Python and Java ducks in a row with the Insertion Sort algorithm.
How to Use Selection Sort
Selection sort is a little tricky to understand for beginners, but it's not too challenging once you get the swing of things.
A Beginner's Guide to Java Selection Statements
Selection statements in Java are a key beginner concept to learn for any coding career path.
Polymorphism in Java: How to Overload or Override Methods
Cut down on the code you write with method overloading and overriding.
3 Types of Programming Errors and How to Avoid Them
Safeguard against these programming errors modeled in Java.
How to Create Methods in Java
Knowing how to create methods in Java is a great way to simplify workflows. This article walks you though the process.
Arithmetic and Assignment Operators Explained in Java
We promise these Arithmetic and Assignment Operators are more fun than the ones you used in Algebra II.
How to Manage Variable Scope in Java
Put your variables in their place! Scope ensures your Java code stays where it should.
How to Use For, While, and Do While Loops in Java With Examples
Tired of copy-pasting the same line of code over and over? Take care of that with these Java loop explanations and examples.
A Beginner's Guide to Logical and Relational Operators in Java
Learning to use Java Operators is essential for creating apps with robust capabilities. Here's what you need to know.
The 4 Access Modifiers Explained in Java
Just starting out in Java? Get to grips with its 4 access modifiers.
5 Ways to Safely Download Software on Linux
Even your Linux machine is prone to viruses and malware. Unless, you know where you should download your software from.
5 Reasons to Choose the Linux Terminal Over GUI
The Linux command line has a high ground when it comes to performance, control, and ease of use.
A Beginner's Guide to the Laravel Artisan Console
Learn how to install and get started using Laravel's Artisan Console.
A Step by Step Guide to Installing Apache Tomcat 9 Linux
If you want to host or develop Java web apps, you need Apache Tomcat. Here's how to install Apache Tomcat 9 on Linux.