Functional Interface in Java

In the Lambda Expression tutorials, I introduced you to the Functional Interface and its importance when using Lambda Expression in Java code. In this tutorial, I will talk more about Functional Interface! Definition of Functional Interface OK, let me first talk about the definition of… Read More

Edit XML file using the DOM in Java

In this tutorial, I will guide you how to edit an XML file using the DOM through an example is to edit the XML file has the following content:

The information will be edited I will edit some things as follows: Correct student number… Read More