MOMASTER-TBAL Oluwatobiinmastertbal.hashnode.dev·Sep 30, 2021 · 4 min readJava Comparator InterfaceThe Comparator interface gives us the liberty to simultaneously use more than one common attributes to sort objects created from a class. This is why it is different from Comparable interface. It belongs to the java.util package. To use the Comparato...02PT
MOMASTER-TBAL Oluwatobiinmastertbal.hashnode.dev·Sep 30, 2021 · 3 min readJava Comparable InterfaceFrom the first article “JAVA SORTING INTERFACES”, we established that Comparable interface is used to sort objects of the same class based on their natural ordering. It belongs to the java.lang package. In this article, we shall explain how the Compa...00
MOMASTER-TBAL Oluwatobiinmastertbal.hashnode.dev·Sep 30, 2021 · 3 min readJava Sorting InterfacesBefore you read this article series, you need to understand object-oriented programming, interfaces, generics and Java Collections. Please be familiar with these four concepts before you read this article series. When it comes to sorting objects in J...00
MOMASTER-TBAL Oluwatobiinmastertbal.hashnode.dev·Sep 15, 2021 · 2 min readMy Technical Writing VoyageFirst of all voyage means journey, thus, this article is about my journey into technical writing. This will be a short article because this is my first time, venturing into anything that has to do with technical writing. Writing started for me by wri...01