Java Collection Interview Questions

1. What is Java Collection Framework? List out some benefits of the Collection framework.Java Collection Framework is a collection of data structure tools with the best-optimized performance, for example, fetching data from ArrayList gives O(1) times complexity and updating data in LinkedList takes O(1) times complexity. It provides many tools…

Continue reading

Swagger – Spring Doc

Hello Everyone, This article is for college students who want to know about swagger (open-api). Swagger is a library that sets a standard way to write documentation. It’s a common way of writing REST API documentation, so every new or existing developer, tester, and product manager can understand API’s workings…

Continue reading