About Refactoring legacy code
Refactoring differs from general cleanup in that we aren’t just doing low-risk things such as reformatting source code, or invasive and risky things such as rewriting chunks of it. Instead,…
Refactoring differs from general cleanup in that we aren’t just doing low-risk things such as reformatting source code, or invasive and risky things such as rewriting chunks of it. Instead,…
https://www.youtube.com/watch?v=KrTHdMzhPHc&t=3s
https://www.youtube.com/watch?v=uOFH1dQwpPM&t=14s
Suppose you want to run a Spring Boot application has some classes with main methods that are not annotated with the @SpringBootApplication annotation.
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…
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…
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,…
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…
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 by Kathy Sierra Head Frist Sevlets…
The Pragmatic Programmer Concurrency in Practice Head First Design Patterns Data Structures and Algorithms Made Easy by Nasrimha…. Effective Java