Spring Flashcards

1
Q

Are large bodies of pre written code which you add your own code in order to solve a problem

A

Franeworks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Something fast and sufficient

A

Frameworks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Java framework principle

A

Dont call us, we’ll call you

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Different java framework

A

Hibernate, spring, grails, gwt, struts, hadoop

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Date spring created

A

February 2003

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Who created spring

A

Rod johnson

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Host for spring framework

A

Sourceforge

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Is a complete and modular framework for developing enterprise applications in java

A

Spring

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Can be used for all layer implementation for real time application

A

Spring framework

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Can be used development of particular layer for real time application

A

Spring framework

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Feature of spring

A
Open source
Comprehensive tool
Light weight
Solves problems
Frameworks of frameworks
Avail array of resources
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Why spring is popular?

A

Because of:

Simplicity, testability, loose coupling

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Spring framework is simple because as it is non invasive. It uses POJO and POJI

A

Simplicity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

If a java class is not coupled with any technology or any framework then that is java class called

A

POJO or Plain Old Java Class

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

If java interface is not coupled with any technology or any framework then such java interface called

A

POJI or Plain Old Java Interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

For writing the spring application, server is not mandatory because it has its own container to run the application

A

Testability

17
Q

Spring object are _______ this is the core concept of spring framework

A

Loose coupling

18
Q

Spring modules

A

Web, core container, AOP Aspect Oriented Programming, data acces integration, instrumentation, test

19
Q

Provide the fundamental parts of the frameworks

A

Core

20
Q

Provides a powerful expression language

A

SpEL

21
Q

Provides BeanFactory

A

Beans

22
Q

Supported internationalization EJB, basic remoting

A

Context

23
Q

By using java POJO classes and configuration metadata produces a fully configured and executable system or application

A

IoC container

24
Q

Providing modularity with aspect rather than class

A

AOP

25
Q

Breaks the program logic into distinct parts called concerns

A

AOP

26
Q

Increase modularity by cross cutting concerns

A

AOP

27
Q

A crosscutting concern is a concern which can affect the tire application

A

AOP