Factory Pattern-<Creational>

Factory Pattern-<Creational>
Factory Design Pattern in Java: Brew Up Scalable Coffee Shop Software Imagine you own a coffee shop that’s booming. More customers mean more coffee types: Espresso, Latte, Cappuccino, you n...
0 Read More

day-30: enumeration in java

What is enumeration? An enum type is a special data type that enables for a variable to be a set of predefined constants. The variable must be equal to one of the values that have been predefined for ...
0 Read More

Annotation in SpringBoot

**1.@SpringBootApplication **is a key annotation in Spring Boot, used to mark the main class of a Spring Boot application.2.@ConfigurationIndicates that the class can be used by the Spring IoC contain...
0 Read More