- What will happen when we make constructor is final?
- What are the functional interfaces introduced in java8?
- What is the default segment for Concurrent Hashmap?
- Map Vs FlatMap
- Can we do reverse the elements in Stream?
- Why do we need to override .hashCode() and .equals() methods
- Primary vs Qualifier
- Spring Boot Actuator uses?
- Transactions in Spring Boot
- How to call one service to Another Service in microservice?
- How can you deploy the app into the Docker?
- get vs load difference in Hibernate?
- Write a simple program on longest substring without repeating character
Ex: input: String str=“abcadx”, output should be: “bcadx”
14. Explain Service Discovery in Microservice?
15. Explain Circuit Breaker and Resilience in microservice?
16. If we convert json to java object is it serialization or deserialization?