1.

How do you provide configuration metadata to the Spring Container?

Answer»

There are following three important methods to provide configuration metadata to the Spring Container −

  • XML based configuration file.
  • Annotation-based configuration
  • Java-based configuration


Discussion

No Comment Found