Core Spring 5 Test 6

Core Spring 5 Test 6

1st - 12th Grade

49 Qs

quiz-placeholder

Similar activities

Pekerjaan Dasar Teknik Otomotif X

Pekerjaan Dasar Teknik Otomotif X

10th Grade

50 Qs

Intro to Welding (SMAW)

Intro to Welding (SMAW)

9th Grade - University

46 Qs

LeadershipStyles-ISW19

LeadershipStyles-ISW19

7th Grade

46 Qs

Powertrain quiz genap 2022

Powertrain quiz genap 2022

1st Grade - Professional Development

50 Qs

MEC-142 Physical Metallurgy Final

MEC-142 Physical Metallurgy Final

11th Grade - University

46 Qs

Core Spring 5 Test 8

Core Spring 5 Test 8

1st - 12th Grade

50 Qs

Mock Core Spring 1

Mock Core Spring 1

1st - 12th Grade

50 Qs

Test Out Chapter 7 and 8 programming and databases

Test Out Chapter 7 and 8 programming and databases

10th - 12th Grade

44 Qs

Core Spring 5 Test 6

Core Spring 5 Test 6

Assessment

Quiz

Professional Development

1st - 12th Grade

Hard

Created by

Jose Diaz

Used 2+ times

FREE Resource

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?