If you are working in a project where spring is being used, you must have heard about the term 'Spring Dependency Injection'. If not, this is the right time to dig into it as much as possible without further delay. Needless to say, Spring dependency Injection is the heart of the whole Spring Framework. I would also suggest you to go through the practical knowledge of it. However, it is also true that someone can't understand the concept of Spring Dependency Injection only having the theoretical knowledge. If you are expecting to learn all the basic and crucial concept behind the Spring Dependency Injection step by step, and if you don't want to revise the concept more than a hundred times
java
MCQ on Collections In Java
Being a Java developer, you must be familiar with the importance of Collections in Java. Undoubtedly, Collections are the most important for you. You can't imagine even a small project in Java without the use of Collections. Moreover, in order to work in an industry level project, you must have a good knowledge on Collections in Java. Apart from going through theoretical concepts multiple times, it is highly advisable that developers need much coding practice on collections. In this article, we will be doing theoretical & code practice on ‘Collections in Java’ in the form of MCQs that are frequently asked in the interviews as well. Definitely, you must find this article beneficial whether it is an interview or a written
Spring Boot Redis CRUD Example
As a Java developer, if we talk about data layer, we can’t develop an insightful application without the use of CRUD Operations. We might have developed CRUD operations multiple times using a relational database such as My SQL, SQL Server, Oracle etc. However, this time we are going to use a NoSQL Database which is different than a relational database. Here, we will use the Redis database to implement CRUD operations using Spring Boot. Hence, our article for the discussion is 'Spring Boot Redis CRUD Example'. Traditionally, we use a relational database to work with an application. Of course, A relational database is a structured database and contains multiple tables to maintain meaningful relations between them. Additionally, it uses SQL like
MCQ on JPA and Hibernate
As a Java developer, you must have enhanced your skills in service layer technologies, such as Core Java, Spring, Spring Boot, Microservices etc. Undoubtedly, they are the most important for you. On the other hand, in order to work in an industry level project, you must have a good knowledge on data layer technologies, such as JPA or Hibernate or any ORM based technology. It is advisable that developers need much coding practice on ORM concepts rather than going through theoretical concepts again & again. In this article, we will be doing practice on 'JPA & Hibernate' in the form of MCQs that are frequently asked in the interviews. Certainly, you must find this article beneficial whether it is an interview
OOPs Design Principles
Design Principles are nothing but a set of thoughts that initiate the basis of any good product. No doubt that they continuously help teams to make decisions in delivering a good quality product. Organizations, individuals and product teams always get benefited from writing and following their design principles. If we talk about OOPs Design Principles, they deal with the principles to design a good quality software where Object Oriented Programming Language is being used for development. In this article, we are going to discuss the most commonly used OOPs Design Principles that are used by Industry Designers & Developers in the real time projects. DRY (Don’t repeat yourself) One of the most important OOPs Design Principles is DRY, as the name suggests DRY
Spring Boot MongoDB Tutorial
As a Java developer, we can't develop an insightful application without the use of a database software. Traditionally, we use a relational database to work with an application. Of course, A relational database is a structured database and contains multiple tables to maintain meaningful relations between them. Additionally, it uses SQL like queries to operate with data stored in the tables. In contrast, suppose we have to work with a large amount of unstructured data which is not beneficial to store in the form of tables, keeping other factors in mind as well, then how will we store our data? The simple answer is 'we should use MongoDB' in that case. Further, you might even have some other questions in your
Spring Core MCQ and Answers Explained
If you are a Java developer, you are expected to have a good understanding of Spring Core Concepts, specifically in the programming part. Undoubtedly, Spring Boot is the popular framework in the industry. Spring Boot is built on top of Spring Framework itself. Spring Core concepts play important role in working on Spring Boot smoothly. In this article, we will refresh our concepts in the form of MCQs that are frequently asked in the interviews as well. Furthermore, you must also get benefit in the interviews from these Spring Core MCQ and Answers Explained. So, whether you are a beginner or a professional, solve these Spring Core MCQs to learn or refresh your concepts of Spring Framework before appearing either in
SOLID Principles-The Dependency Inversion Principle
Almost everywhere when we talk about delivery of a product, the first step comes in mind is it's design. The more focus we put into the design, the better the product will look. Every design has some design principles that need to be followed while designing a product. Hence, design principles have a crucial role in any product delivery. Design Principles help teams with decision making. In this article, We will discuss about 'SOLID Principles-The Dependency Inversion Principle'. A few simple principles or valuable questions can guide our team towards taking relevant decisions. SOLID Principles are the set of five principles used to design a software. In fact, the word 'SOLID' is the acronym for the set of five principles that
Spring MCQ and Answers Explained
If you are a Java developer, you are expected to have a good understanding of Spring Framework Concepts, specifically in the programming part. Undoubtedly, Spring Boot is the popular framework in the industry. Spring Boot is built on top of Spring Framework itself. If you have a good hold on the Spring Framework, you will easily understand Spring Boot and work on it smoothly. In this article, we will refresh our concepts in the form of MCQs that are frequently asked in the interviews as well. Furthermore, you must also get benefit in the interviews from these Spring MCQ and Answers Explained. So, whether you are a beginner or a professional, solve these Spring MCQs to learn or refresh your concepts
SOLID Principles-The Interface Segregation Principle
Almost everywhere when we talk about delivery of a product, the first step comes in mind is it’s design. The more focus we put into the design, the better the product will look. Every design has some design principles that need to be followed while designing a product. Hence, design principles have a crucial role in any product delivery. Design Principles help teams with decision making. In this article, We will discuss about ‘SOLID Principles-The Interface Segregation Principle’. A few simple principles or valuable questions can guide our team towards taking relevant decisions. SOLID Principles are the set of five principles used to design a software. In fact, the word ‘SOLID’ is the acronym for the set of five principles that