Data types : Boolean,Double,byte,short,int,long,float,char,String
Control Statement:if,if-else,else-if,nested if,Switch
Loops: For,while,do-while,nested for,enhanced for(for each loop)
Runtime Polymorphism:A sub class implement a main class function
and implement sub class function
Constructor:It has same name has class name and it will be initialized
automatically when a object is created
This -> Used Disthinguish between Instance Variable and variable
Inheritance -> It allows child class to inherit the parent class
CRUD OPERATION:
[Link] – Post Mapping
[Link] – Get Mapping
[Link] – Post Mapping
[Link] – Delete Mapping
Lombok – private method get data – Getter and Setter
@Component @Enitity @Service Annotaion -> makes to bring the
data to IOC container(application main)
@AUTOWIRED ->
@Component -> import the files to main files
@Primary -> important if a class to mention it one or two
@fluice-> more important it is first