Mac OS Big Sur IntelliJ indexing problem
In case your sources are not loading in IntelliJ with Mac OS Big Sur, try…
What is an advice in Spring Framework AOP in Java?
Advice is a piece of extremely high reusable code that you don't want to write…
Why does Java not support destructors?
Since Java has inbuilt garbage collector for memory cleanup.Java has finalize method which gets called…
What is a StackOverflowError?
For every method that you call in your thread, it's like an additional layer that…
What all concepts are required to become a good Java developer?
Concepts:- Opps conceptMultithreadingDesign patternsJ2EE principles eg Servlets and JSP'sDesign Patterns I can suggest some books…
Which are some good books for programmers to read?
The Pragmatic ProgrammerConcurrency in PracticeHead First Design PatternsData Structures and Algorithms Made Easy by Nasrimha….Effective…
In Java, memory is divided into which two types of memory?
Memory is divided into stack and heap.Stack is further subdivided into per-thread stack.Variables local to…
What skill-sets should one possess to become an in-demand Java Developer in a Product-Development Industry?
Data Structure and AlgorithmsMicroservicesSystem DesingDatabase ConceptsJunit and unit testingSpring & HibernateMavenClean CodePerformance Tuning
Setting up environment variables on MacOs Big Sur 11.X
If you like me happen to purchase a new MacBook for software development purposes you…