JavaScript Objects

2021 VietMX 0

As we know from the chapter Data types, there are eight data types in JavaScript. Seven of them are called “primitive”, because their values contain only […]

Immutable Objects in Java

2021 VietMX 0

1. Overview In this tutorial, we’ll learn what makes an object immutable, how to achieve immutability in Java, and what advantages come with doing so. […]

Comparing Objects in Java

2021 VietMX 0

1. Introduction Comparing objects is an essential feature of object-oriented programming languages. In this tutorial, we’re going look at some of the features of the […]