Bonded Context in Microservices
Bounded context is a group of subdomains. It’s a logical boundary for domains and subdomains. DDD divides a large business system to small bounded…
Tag
Bounded context is a group of subdomains. It’s a logical boundary for domains and subdomains. DDD divides a large business system to small bounded…
Shorten The Code Lengenthen the fun with The Functional Interface in java… The Function Interface is part of the “java.util.function” package that has been…
With the advancement in the software industry, there have also been advancements in the way we design and architect our software. Hexagonal architecture is…
Initialising BigInteger using double value is not a good way to go about it because double is not a precise representation of the actual…
Since Java has inbuilt garbage collector for memory cleanup. Java has finalize method which gets called before an object is garbage collected pretty much…
For every method that you call in your thread, it’s like an additional layer that gets added to your thread’s stack. If the total…
Concepts:- Opps concept Multithreading Design patterns J2EE principles eg Servlets and JSP’s Design Patterns I can suggest some books for learning the same:- SCJP6…