Implement Queue using Stack

How to implement queue functionality into stack? As Queue has nature First In First Out (FIFO) i.e. any item insert…

8 years ago

How to find all Pairs in Array of Integers whose Sum is equal to a given Number?

It many times asked question in the programming interview. We have an array of integers and a given number so…

8 years ago

Spring HATEOAS- a Hypermedia-Driven RESTful Web Service

In this Spring HATEOAS tutorial we will discuss about an another way of use of Restfull API. HATEOAS (Hypermedia as…

8 years ago

Difference between Microservices Architecture and SOA

Service-oriented architecture (SOA) It is an architectural pattern in software design and development according to SOA application components provide services…

8 years ago

Create Microservices Architecture Spring Boot

In this Microservices Architecture Spring Boot tutorial, we will discuss to creating a microservices with spring and will see microservices…

8 years ago

JSR 330 Annotations in Spring with example

Spring provides support for JSR 330 annotations since Spring 3.0. As spring annotations JSR 330 annotations are also working in…

8 years ago

What is meant by application-context in spring

"application-context" in spring means nothing but it is core component of spring container in spring framework. Ideally we can say…

8 years ago