In this article, we will discuss one of the JDK 8 feature called parallel sort. Before getting into the details…
In this article, we will discuss one of the JDK 8 feature called parallel sort. Before getting into the details…
The JDK 8 developer preview is available. You can download the early access release from here. Some of the JEP’s (JDK Enhancement Proposal) which are going to be…
The Apple Safari extension development guide describes how to generate CSR(Certificate Signing Request) file for Mac. But, if we want to develop the Safari extensions on…
During one of mobile application development, we reused the services written for the web by exposing them as REST services for mobile. In which, we simply converted the “Object Model” used…
When I was reading some article, I found some other language words appeared in that article. I was fascinated to know for what language those words belong to and searched for…
In-memory data grids are gaining a lot of attention in the developer community because of high performance and dynamic scalability. Let us see…
The factory design pattern is one of the creational patterns. This pattern will allow the creation of objects with…
The singleton design pattern is one of the creational patterns. “The Singleton…
A design pattern is a solution to a commonly occurring problem. The design patterns are not a finished solution. It…
Day by day, social networking sites usage is becoming more. The web sites or the mobile apps are leveraging the social networking sites sign-in functionality…