what is he diferenceetweenspreng andspring boot.
what is dependecy injection.
what is ioc?
what are all the anotations u know.
what is qualifier.
how two diffecrent databse u connect through the application.
Following is the [Link] file that contains configurations
for multiple databases.
You can notice that properties starting from [Link] has user
database configuration
and properties starting from [Link] has booking datasource
configurations.
These configurations are used in the coming sections while configuring
entitymanager
and transactionmanager for respective DB connections.
[Link]=jdbc:mysql://localhost:3306/user
[Link]=root
[Link]=root
[Link]-class-name=[Link]
[Link]=jdbc:mysql://localhost:3306/booking
[Link]=root
[Link]=root
[Link]-class-name=[Link]
why strin is immutble.
string and stringbuffern.
relas time scenio of dependency injection.
java 8 features.
singleton class.
what is microservices.
this ans super?
finalmethod
what is second levelcaching in spring?
1. Describe the newly added features in Java 8?
Stream API