Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8685e24

Browse files
+ fixed table
1 parent 93f5fae commit 8685e24

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎README.md‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -160,21 +160,21 @@
160160

161161
1. __BeanFactory v/s ApplicationContext__<br>
162162
<table>
163-
<th>
164-
<td>`BeanFactory`</td>
165-
<td>`ApplicationContext`</td>
166-
</th>
163+
<tr>
164+
<th>BeanFactory</th>
165+
<td>ApplicationContext</th>
166+
</tr>
167167
<tr>
168168
<td>This is the root interface for accessing the Spring container.</td>
169169
<td>The ApplicationContext is the central interface within a Spring application that is used for providing configuration information to the application.</td>
170170
</tr>
171171
<tr>
172-
<td>Provides object when `getBean()` is called.</td>
172+
<td>Provides object when <code>getBean()</code> is called.</td>
173173
<td>Provides a singleton object as soon as the instance of ApplicationContext IOC is created.</td>
174174
</tr>
175175
<tr>
176-
<td>`XMLBeanFactory`</td>
177-
<td>`ClassPathXmlApplicationContext`</td>
176+
<td><code>XMLBeanFactory</code></td>
177+
<td><code>ClassPathXmlApplicationContext</code></td>
178178
</tr>
179179
</table>
180180

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /