News

This color match game is part of a series of how-to Intel® Internet of Things (IoT) code sample exercises using the Intel® IoT Developer Kit, Intel® Edison development platform, cloud platforms ...
This smart doorbell application is part of a series of how-to Intel® IoT code sample exercises using the Intel® Interent of Things (IoT) Developer Kit, Intel® Edison development platform ...
In this functional programming tutorial, we will work through a Java Supplier interface example. Java’s functional supplier interface can be used any time a function needs to generate a result without ...
This tutorial is an introduction to socket programming in Java, starting with a simple client-server example demonstrating the basic features of Java I/O. You’ll be introduced to both the ...
Data manipulation is a tricky endeavor. Time zones, datelines and inconsistent date formats can cause Java to throw various DateTimeExceptions at runtime. For example, the following code compiles, but ...