Saturday, 17 February 2018

What is @Override in Spring

             What is @Override in Spring




1)If programmer makes any mistake such as wrong method name, wrong parameter types while overriding, you would get a compile time error.

2)It improves the readability of the code.


No comments:

Post a Comment

Logging in Spring

                      Logging in Spring Logging is a very important dependency for Spring because a) it is the only mandatory external de...