Monthly Archives: June 2015

Java 8 : Base64 Encoding & Decoding

                 The Base64 encoding and decoding is a long overdue JDK API feature. As part of Java 8 the Base64 encoding and decoding feature came into Java standard library. Earlier we were using

Tagged with: ,
Posted in Java

Introduction to Java 8 Streams

                   In Java 8 we have a new feature called “Streams”. The “Streams” are similar to collections, but there are some differences. Primarily the collections are the data structures which will hold

Tagged with:
Posted in Java
Dzone.com
DZone

DZone MVB

Java Code Geeks
Java Code Geeks
OpenSourceForYou