Questions
- Quarkus DI is based on which Java specification?
- What is the difference between the
ApplicationScoped
andSingleton
scopes? - What is the annotation we should use to provide dependencies through Quarkus DI instead of using calling constructors?
- To enable Quarkus testing capabilities, which annotation should we use?