You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -284,8 +284,9 @@ This module consists of the Detailed definitions about the JAVA Design Patterns
284
284
285
285
- MVC Pattern stands for Model-View-Controller Pattern.
286
286
- This pattern is used to separate application's concerns.
287
+
287
288
1) Model - Model represents an object or JAVA POJO carrying data. It can also have logic to update controller if its data changes.
288
-
2) View - View represents the visualization of the data that model contains.
289
+
2) View - View represents the visualization of the data that model contains
289
290
3) Controller - Controller acts on both model and view. It controls the data flow into model object and updates the view whenever data changes. It keeps view and model separate.
0 commit comments