Skip to Content

Posts

About Refactoring legacy code Why is wait(), notify() & notifyAll() present in the Object Class? Intrinsic Locking in Java Bonded Context in Microservices Functional Interface In Java All You Need To Know
SPS Tech

SPS Tech

All things Java

SPS Tech

SPS Tech

All things Java

  • Recommended Books
  • Java Interview Questions
  • Blog
  • Contact Us
  • About Us
Uncategorized

About Refactoring legacy code

spstech March 26, 2025 No Comments
Uncategorized

Why is wait(), notify() & notifyAll() present in the Object Class?

spstech April 25, 2024 No Comments
Uncategorized

Intrinsic Locking in Java

spstech April 25, 2024 No Comments
Technical Technical Topics

Bonded Context in Microservices

spstech April 6, 2022 No Comments
Technical Technical Topics

Functional Interface In Java All You Need To Know

spstech February 1, 2022 1 Comment
1
About Refactoring legacy code
March 26, 2025
2
Why is wait(), notify() & notifyAll() present in the Object Class?
April 25, 2024
3
Intrinsic Locking in Java
April 25, 2024
4
Bonded Context in Microservices
April 6, 2022
Technical Topics Uncategorized

How to run an alternate Java Class in Spring Boot?

spstech June 30, 2021 1 Comment

Suppose you want to run a Spring Boot application has some classes with main methods that are not annotated with the @SpringBootApplication annotation.

Technical Topics

Why does the Java Heap fills up too soon!

spstech June 24, 2021 No Comments

By default, Java objects are fast to access, but can easily consume a factor of 2-5x more space than the “raw” data inside their fields. This is due to several…

Technical Topics

Transaction management in Spring

spstech June 9, 2021 2 Comments
Technical Technical Topics

How to uninstall a CLI tool on Mac OC

spstech May 31, 2021 1 Comment

Generally need for this arises for the tools that do not have a GUI for uninstallation. Basically, the tool needs to be uninstalled from these two locations:- /usr/local/bin/<tool name> /usr/local/share/doc/<tool…

Uncategorized

What is the future scope for AEM Java developer and what is the difference between an AEM Java developer and a Java developer?

spstech May 27, 2021 2 Comments

Pro’s:- It’s an add on skill. Can get you more salary. You’ll still be a Java developer and continue to code in Java. Additionally u’ll get to know a tool…

Technical Technical Topics

Precision in initialising BigIntegers in Java

spstech May 14, 2021 2 Comments

Initialising BigInteger using double value is not a good way to go about it because double is not a precise representation of the actual number like 44.34. Below is the…

Uncategorized

Mac OS Big Sur IntelliJ indexing problem

spstech May 11, 2021 1 Comment

In case your sources are not loading in IntelliJ with Mac OS Big Sur, try to Invalidate the IDE caches by the File -> Invalidate Caches option:- Then select Invalidate…

Uncategorized

What is an advice in Spring Framework AOP in Java?

spstech May 9, 2021 No Comments

Advice is a piece of extremely high reusable code that you don’t want to write everywhere in your code. Advices are applied at multiple places with the help of regex,…

Uncategorized

Why does Java not support destructors?

spstech May 9, 2021 No Comments

Since Java has inbuilt garbage collector for memory cleanup. Java has finalize method which gets called before an object is garbage collected pretty much similar to C++ destructor. To prevent…

Technical Topics

What is a StackOverflowError?

spstech May 9, 2021 No Comments

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 space occupied by these layers exceeds…

Posts pagination

1 2 3

Subscription Form (#4)

Subscribe to our newsletter

Sign up in the newsletter form below to receive the latest news and updates from our company.

Recent Posts

  • About Refactoring legacy code
  • Why is wait(), notify() & notifyAll() present in the Object Class?
  • Intrinsic Locking in Java
  • Bonded Context in Microservices
  • Functional Interface In Java All You Need To Know

Recent Comments

  • Functional Interface In Java All You Need To Know – EL on Functional Interface In Java All You Need To Know
  • https://thuocladientu123.com on Java Interview Questions
  • Chester on Java Interview Questions
  • Brenna on How to compare BigDecimal and Double in Java
  • Herbert on Transaction management in Spring

Archives

  • March 2025
  • April 2024
  • April 2022
  • February 2022
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • September 2020

Posts

Uncategorized

About Refactoring legacy code

Uncategorized

Why is wait(), notify() & notifyAll() present in the Object Class?

Uncategorized

Intrinsic Locking in Java

Technical Technical Topics

Bonded Context in Microservices

SPS Tech

SPS Tech

All things Java

Copyright © All rights reserved | Blogarise by Themeansar.

  • Recommended Books
  • Java Interview Questions
  • Blog
  • Contact Us
  • About Us