How to kill the process currently using a port on localhost in windowsWe everyone worked on Tomcat server and sometimes we are facing one common issue "java.net.BindException: Address already in use: bind"...
Angular - Environment Setup for WindowsWell first time angular introduced in our community , all video series soon you can find on YouTube https://www.youtube.com/javatechie so...
Why GitHub ? GitHub vs SVNWhat is GitHub? Let’s discuss from root why git why not SVN? 1.In short, SVN is a Centralized Revision Control System, and git is a...
SQL vs NoSQL DatabaseSQL vs NoSQL: High-Level Differences SQL databases are primarily called as Relational Databases (RDBMS); whereas NoSQL database are...
How to start Kotlin development with Spring+MavenWhat is Kotlin? Kotlin is open source statically typed(type safety) programming language introduced by jet-brains Kotlin runs on the Java...
Java EnumMapWhat is EnumMap in Java? Java EnumMap class Declaration Features: Java EnumMap inherits AbstractMap class. All keys of each EnumMap...
Reactive Programming (Rx-Java)What is Reactive Programming? Reactive Programming is a programming language with asynchronous data stream.Once an event will raise it...
Spring Cloud EureakaWhat is Eureka? In simple word Eureka is a service Registry or we can say it is an embedded server provided by Netflix third party which...
Introduction to Active JDBCWhat is ActiveJDBC? ActiveJDBC is a lightweight ORM and it focuses on simplifying the interaction with databases by removing the extra...
Exception Hierarchy in JavaWhy we can’t say Checked Exception is Compile Time Exception? So before discuss about above concept let’s have a look on Exception...