A Guide to Java 9 Modularity
In this tutorial Christopher Franklin will discusses various aspects of Java Platform Module System (JPMS), or “Modules”. He also demonstrates the concepts by building a simple project. Here is the link https://www.baeldung.com/java-9-modularity
ReactJS vs AngularJS
Flying a DJI Tello Drone with React and Node.js – Video
Java Technologies for Interactive Television
Technical White Paper Here is a link to the technical white paper Click here to download the White Paper PDF
Best stories of 2018 on Angular-In-Depth
AngularJS best 2018 articles you really want to read https://blog.angularindepth.com/best-stories-of-2018-on-angular-in-depth-80a1dfa17fd5
Implementing simple AJAX interaction in your Web Application using XMLHttpRequest object
This example will give you an idea about how you can implement simple AJAX (Asynchronous JavaScript And XML) interaction in your web application.
Retrieving Network Interfaces in java
This article shows how to retrieve all the network interfaces and sub interfaces of each network interface in java
Adding editable nodes to JTree
This article explains how to create a JTree and add or insert a new node to it by clicking a button.
Displaying contents of a compressed zip file
This article shows how to use the java.util.zip package to read the content of a .zip file and display it using Java Swing.