This blog is intended to provide frequently asked interview questions and answers.
What is the use of XML in Spring?
XML configuration was the first method available in Spring and still one of the more popular approaches. Some things are, in my opinion, still simpler using XML. There is a separation of concerns that organically happens when configuration code is removed and placed in a separate file. This file is called applicationcontext.xml .
Subscribe to:
Post Comments (Atom)
What is Normalization?
Database normalization is a data design and organization process applied to data structures based on rules that help building relational dat...
No comments:
Post a Comment