Posts
All the articles I've posted.
-
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
-
JavaScript Strings Manipulation
Learn to find out the length of a JavaScript String to match a pattern. In this how-to guide, we will explore attributes and methods for String object type in detail. Find Length of String Use length attribute on String variable or literal