Monthly Archives: April 2016

Jdeps – Java class dependency analyzer

In Java 8 we got a new command line tool called jdeps to know the Java dependencies. It is a nice tool to do static analysis and find out the .class/jar dependencies. For example, I have a class and wanted to

Tagged with:
Posted in Java

Java 8 – New way to deal with Date and Time

In this article, we will discuss Java 8 Date/Time API. The new Date/Time API was one of the long pending requests from the Java developer community. As the existing Date, related API is not developer friendly. With the older versions of

Tagged with: ,
Posted in Java

Java 8 – Default Methods in Interfaces

In this article, we will explore the Java 8 default method’s feature in interfaces. The Java 8 says “Default methods enable new functionality to be added to the interfaces in libraries and ensure binary compatibility with code written for older

Tagged with: ,
Posted in Java

Internet Of Things (IOT) – Is it a “BIG Fish” to catch?

In this article, we will see what is IoT? and It’s growth in the coming years. IoT (Internet Of Things) is a network of physical objects like devices, vehicles, etc. connected to the cyber world. These connected devices collect and

Tagged with: ,
Posted in Internet Of Things
Dzone.com
DZone

DZone MVB

Java Code Geeks
Java Code Geeks
OpenSourceForYou