From e13ef2355300418fe0e23e81df2120b0d9202057 Mon Sep 17 00:00:00 2001 From: JDBIRLA <69948118+jdbirla@users.noreply.github.com> Date: Mon, 23 Oct 2023 16:36:45 +0530 Subject: [PATCH] Update Spring-Spring-Boot_Q_A.md --- Spring-Spring-Boot_Q_A.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Spring-Spring-Boot_Q_A.md b/Spring-Spring-Boot_Q_A.md index 1165a81..b1cdfd2 100644 --- a/Spring-Spring-Boot_Q_A.md +++ b/Spring-Spring-Boot_Q_A.md @@ -1,5 +1,21 @@ # Spring , SpringBoot Inerview Questions and Answers + +# Table of contents + +- [Spring , SpringBoot Inerview Questions and Answers](#spring--springboot-inerview-questions-and-answers) + - [Spring](#spring) + - [- Singleton beans can be different instances in different Spring contexts (e.g., in a parent-child context relationship).](#--singleton-beans-can-be-different-instances-in-different-spring-contexts-eg-in-a-parent-child-context-relationship) + - [Spring MVC](#spring-mvc) + - [SpringBoot](#springboot) + - [Database Connectivity - JDBC, Spring JDBC & JPA](#database-connectivity---jdbc-spring-jdbc--jpa) + - [Spring Data](#spring-data) + - [Unit Testing](#unit-testing) + - [AOP](#aop) + - [SOAP Web Services](#soap-web-services) + - [RESTful Web Services](#restful-web-services) + + - ## Spring **1. What is Loose Coupling?**