Core Spring 5 Test 6

Core Spring 5 Test 6

1st - 12th Grade

49 Qs

quiz-placeholder

Similar activities

Bold

Bold

12th Grade

47 Qs

US Army & US Air Force Ranks & Insignias

US Army & US Air Force Ranks & Insignias

9th - 12th Grade

50 Qs

Health Insurance Basics Review

Health Insurance Basics Review

12th Grade

47 Qs

Indirect tax 1

Indirect tax 1

11th Grade - University

46 Qs

AWS Certified Cloud Practitioner

AWS Certified Cloud Practitioner

5th Grade - Professional Development

44 Qs

ACTION VERB/CAN OR CAN'T

ACTION VERB/CAN OR CAN'T

2nd - 8th Grade

50 Qs

FBLA Business Communications Part One

FBLA Business Communications Part One

7th - 12th Grade

50 Qs

O5A Level 3 Final Exam

O5A Level 3 Final Exam

1st - 3rd Grade

50 Qs

Core Spring 5 Test 6

Core Spring 5 Test 6

Assessment

Quiz

Professional Development

1st - 12th Grade

Practice Problem

Hard

Created by

Jose Diaz

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

49 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

3 mins • 1 pt

Which of these advices, when used, will have a chance to execute some code after the join point execution throws an exception? select all that apply.

@AfterThrowing

@AfterReturning

@Around

@After

2.

MULTIPLE SELECT QUESTION

3 mins • 1 pt

In spring mvc, which of these can be the return type of a method annotated with @requestmapping? select all that apply.

ModelAndView

void

String

Model

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Fill in the blanks. select the one that applies best. rpc mechanisms like soap web services are centered on ______. ______ is a popular alternative, and is centered on ______.

actions and processes, JMS, information and resources

information and resources, REST, actions and processes

actions and processes, REST, information and resources

information and resources, JMS, actions and processes

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

@springbootapplication is equivalent to which annotation? select one

A & C

@Configuration, @ComponentScan, @EnableAutoConfiguration

@EnableJpaReposorities, @ComponentScan, @EnableAutoConfiguration, @Configuration

@SpringBootConfiguration, @ComponentScan, @EnableAutoConfiguration

5.

MULTIPLE SELECT QUESTION

3 mins • 1 pt

Which of these is true about @bean methods that are marked with a java 'static' modifier? select all that apply.

it avoids triggering other parts of the configuration at that point of definition.

it is necessary when beans will get initialized early in the container lifecycle.

the 'static' modifier allows a method to be called without creating its containing configuration class as an instance.

They will never get intercepted by the container, not even within @Configuration classes.

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Which of these is the one being described below? select the one that applies best.

it makes invoking many restful services simpler while enforcing rest best practices.

HttpMessageProducer

RestTemplate

RestMessageProducer

HttpTemplate

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Which of these maps incoming web requests to appropriate handlers?

ViewResolver

HandlerMapping

RequestHandler

FlashMapManager

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?