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…
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…
In this article we will discuss about Java 8 Date/Time API. The new Date/Time API was one of the long pending request from the Java developer community. As the existing Date related API is not developer friendly. With the older versions…
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…
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 collects and…