Java Interview questions resources
https://www.edureka.co/blog/interview-questions/java-interview-questions/
https://www.softwaretestinghelp.com/core-java-interview-questions/
https://www.softwaretestinghelp.com/core-java-interview-questions/
https://www.interviewbit.com/java-interview-questions/
https://www.interviewbit.com/spring-interview-questions/
About Garbage collector and finalize method:
(explicity finalize() method has been deprecated since java 9)
https://javaconceptoftheday.com/garbage-collection-finalize-method-java/
Saga Pattern
https://www.baeldung.com/cs/saga-pattern-microservices
https://www.youtube.com/watch?v=YPbGW3Fnmbc
https://www.youtube.com/watch?v=WnZ7IcaN_JA
CascadeType.REMOVE and orphanRemoval = true difference
https://stackoverflow.com/questions/18813341/what-is-the-difference-between-cascadetype-remove-and-orphanremoval-in-jpa
JPA Persistence Context
https://www.baeldung.com/jpa-hibernate-persistence-context
JPA, Hibernate Cascade Types
https://www.baeldung.com/jpa-cascade-types
Xmx,Xms,Xss and others
https://alvinalexander.com/blog/post/java/java-xmx-xms-memory-heap-size-control/
@Transactional Propogation and Isolation levels
https://www.baeldung.com/spring-transactional-propagation-isolation
@Id in Hibernate , Jpa
https://www.baeldung.com/hibernate-identifiers
Java Access modifiers
https://iq.opengenus.org/public-private-protected-in-java/
@NamedEntityGraph in Spring Data JPA
https://www.baeldung.com/spring-data-jpa-named-entity-graphs
Kafka and Rabbit differences
https://www.simplilearn.com/kafka-vs-rabbitmq-article?source=frs_author_page
LazyInitializationException – What it is and the best way to fix it
https://thorben-janssen.com/lazyinitializationexception/
Spring’s Open Session In View
https://www.baeldung.com/spring-open-session-in-view
Comments
Post a Comment