Java

Java Functional Interface Explained with Code Samples

The article aims to describe functional interface in Java 8 with the help of hello world code samples. What is…

11 years ago

What does Interface in Java 8 Look Like?

Before we go into looking at different aspects of interface in Java 8, lets look at some of the definitions…

11 years ago

Java 8 Lambda Expressions Examples using Calculator Implementation

The article demonstrates the Lambda expressions using Calculator (interface) code samples. It also makes use of Functional interfaces from java.util.function…

11 years ago

Gradle War Configuration for Eclipse Spring Web Application Project

The article describes the configuration one would need to create WAR file for an Eclipse-base web application (Dynamic Web) project.…

11 years ago

Steps to Get Started with Spring MVC 4 & Hibernate 4

The article lists down steps one need to take in order to get up and running with Spring MVC 4…

11 years ago

Top Bookmarks – How to Get Started with Spring MVC & Eclipse

The article lists down top bookmarks (pages) which helped me to quickly get started with Spring MVC with Eclipse. Also,…

11 years ago

How to Add Tomcat 8 to Eclipse Kepler

The article represents steps required to configure Tomcat 8 with Eclipse Kepler. Download Tomcat 8 and place it within any…

11 years ago

Tea-Time Java Quiz #1

Tea-Time Java Quiz is intended to be quick 5 questions Java quiz which one could quickly take from time-to-time to…

11 years ago

Java Interview Questions (Part 1) – Rookies Series

The article (first in the series) aims to present some tricky interview Java questions that could help you score high…

11 years ago

Why & When Use Java 8 Compact Profiles?

The article presents a perspective on different aspects of compact profiles in Java 8 including relevance of this feature in…

11 years ago