Java

Java – How to Scrape Web using Multi-threading (ExecutorService)

This article represents code examples on how to Scrape multiple URLs at once using Java Multi-threading API such as ExecutorService.  The…

10 years ago

Java – How to Create Binary Search Tree for String Search

This article represents code samples and high level concepts for creating a binary search tree to do String related operations…

10 years ago

Java – How to Create a Binary Search Tree

This article represents the high level concept and code samples which could be used to create a binary search tree…

10 years ago

Java – One-Liner Lambda Expression to Print Map/List Objects

This article represents code samples to print element of collections such as Map and List/Set using lambda expression. I just love…

10 years ago

Java – Map & BiConsumer Function Lambda Expression Example

This article represents code samples representing lambda expression and the related ease with which one could print key and value…

10 years ago

Java – How to Scrape Content from a URL

This article represents take-away code sample that could be used to get or scrape content from a given URL. Those wanting…

10 years ago

Java – Top 10 Java-based Web Frameworks for 2014-2015

This article represents an analysis on Java-based web frameworks that emerged in the top 10 list this year 2014, and…

10 years ago

Java – Top 5 Exception Handling Coding Practices to Avoid

This article represents top 5 coding practices related with Java exception handling that you may want to watch out for…

10 years ago

AngularJS – Single Page App with RESTful APIs & Spring MVC

The article presents recipe to create single page application with AngularJS & Spring MVC where different pages are required to…

10 years ago

AngularJS – Post Data with ngResource, RESTful APIs and Spring MVC

  The article presents concepts and some take-away code samples for developers wanting to POST data to RESTFul APIs using…

10 years ago