Spring AOP Principles January 30, 2019 OOP Principles Abstraction Encapsulation Inheritance Polymorphism etc.. AOP Principles/Terminologies Aspect JoinPoint Advic...Read More
Spring AOP January 30, 2019 AOP stands for "Aspect Oriented Programming". This is one of the most important modules of Spring. There are some problems wi...Read More
How to get 2nd | 3rd | nth highest value in Oracle | MySql January 19, 2019 How to get 2nd | 3rd | nth highest value in Oracle | MySql SELECT ID FROM player e1 WHERE N-1 = (SELECT COUNT(DISTINCT ID) FROM player e...Read More