Recent questions tagged Spring-boot-framework-interview-question-answer

0 votes
    mvn dependency:tree command is used to print tree representation of project alone. A. True B. False...
asked Nov 8, 2022 in Education by JackTerrance
0 votes
    Spring boot follows Opinionated Defaults Configuration approach to reduce developer effort. A. True B. False...
asked Nov 8, 2022 in Education by JackTerrance
0 votes
    For which of the following criteria can Spring boot auto configuration be done? A. Presence of a System Property B. ... of a particular class in classpath E. All the options...
asked Nov 8, 2022 in Education by JackTerrance
0 votes
    The embedded server that starts up with the Spring boot application is ____________. A. Tomcat server B. Weblogic server C. None of the options D. Server has to be configured...
asked Nov 8, 2022 in Education by JackTerrance
0 votes
    Which is the way to provide configuration metadata to Spring? A. Java-based configuration B. Annotation-based configuration C. XML-based configuration file D. All the options...
asked Nov 8, 2022 in Education by JackTerrance
0 votes
    @RequestMapping annotation is used to map a HTTP request method (GET or POST) to a specific class or method in the ... which will handle the respective request. A. True B. False...
asked Nov 8, 2022 in Education by JackTerrance
0 votes
    How to get the object of DAO in spring framework? A. Using Spring Dependency injection B. Using new keyword...
asked Nov 8, 2022 in Education by JackTerrance
0 votes
    Auto-configuration report can be logged to the console by enabling debug mode while starting the application. A. True B. False...
asked Nov 8, 2022 in Education by JackTerrance
0 votes
    Specific Auto-Configuration classes cannot be disabled in Spring. A. True B. False...
asked Nov 8, 2022 in Education by JackTerrance
0 votes
    @ConditionalOnClass({ DataSource.class, EmbeddedDatabaseType.class }) This configuration is only enabled when _______ A. Class in ... or above is used D. Any of the options...
asked Nov 8, 2022 in Education by JackTerrance
To see more, click for the full list of questions or popular tags.
...