Tag: archive
All the articles with the tag "archive".
-
Jersey (JAX-RS) + Spring Boot quick starter guide
In this guide we will set up a project to use Jersey (JAX-RS) API on Spring Boot based application. At the end of the guide you will know following stuffs: Setting up Jersey project on Spring Boot using Gradle build system. Testing a basic
-
MongoDB Installation & Getting Started
MongoDB is one of the most popular open-source document NoSQL databases. In this tutorial we will learn the following things: Installation of MongoDB Creating data directory Starting and Stopping MongoDB Running Shell Commands Installation
-
What is Lambda Expressions and its usage in Java 8?
Java 8 (version 1.8) release is notable due to a bunch of new features it brings on board. Most of the core java language changes are for fitting Lambda Expression (also called closure ) in the Eco System. Java already proved itself as one
-
What are the reserved keywords and literals in Java?
Reserved Keywords and literals in any programming language are those words that can't be used as variable or function names (Identifiers). For Java programming as of Release 1.8, there are 50 keywords and 3 reserved literals. List of Java K