Sylvester Amaechi
slycreator

slycreator

Follow
Follow
homebadges
Tag

2Articles1Week

#2articles1week

More content

Read more stories on Hashnode


Articles with this tag

Learn Java Records

Apr 24, 20234 min read

Records are a new addition to Java in version 16 that provides a simple and concise syntax for defining classes that are mainly used for data storage....

Learn Java Records

14 Fundamental OOP Concept to Learn in Java

Apr 21, 20232 min read

Class: A blueprint that defines the structure and behavior of objects. Object: An instance of a class. Encapsulation: The process of hiding the...

14 Fundamental OOP Concept to Learn in Java

Learn Essentials of the static keyword in Java

Apr 19, 20235 min read

My previous article i wrote on the simple guide to learn final keyword.Please read it so you can be able to combine both knowledge in your journey to...

Learn Essentials of the static keyword in Java

Simple guide on using Final keyword in Java

Apr 18, 20235 min read

Welcome to your simple guide to the final keyword in Java. In this article, we'll cover everything from final variables and methods to advanced topics...

Simple guide on using Final keyword in Java

15 must-know Stream API methods for Java developers

Apr 17, 20234 min read

Learning Java Stream API can help developers write concise functional code in processing collections. This guide explores 12 stream API methods that...

15 must-know Stream API methods for Java developers

Strings in Java and Immutability

Apr 16, 20235 min read

Hey there! This article is going to be your ultimate guide to working with Strings in Java. You'll learn everything you need to know, from the basics...

Strings in Java and Immutability