How to compare BigDecimal and Double in Java
Comparing Bigdecimal and Double is tricky because the scale(numbers to the left of .) is higher for BigDecimal as compared to Double. So you’ll have to decide up to which…
Comparing Bigdecimal and Double is tricky because the scale(numbers to the left of .) is higher for BigDecimal as compared to Double. So you’ll have to decide up to which…
Author:- It’s the core AEM instance that is used by the authors/webmasters for designing content like carousels, home pages, banners, etc Publisher:- Similar to the author, it is also the…
With the advancement in the software industry, there have also been advancements in the way we design and architect our software. Hexagonal architecture is one such architectural pattern where we…
Below are the advantages that we get by preferring .yml files over properties files:- YML Config File Properties Config File Numbering is not required for lists Numbering required for lists…
Here is what Steve Jobs had to say on death or rather on living :-
Suppose you want to run a Spring Boot application has some classes with main methods that are not annotated with the @SpringBootApplication annotation.
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…
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…
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…