일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
- coding test
- job
- 웹개발자
- servlet
- jsp
- MVC
- 데이터베이스
- C
- BCIT
- sql
- Bambino
- CSS
- msa개념
- 밤비노
- mysql
- html
- 웹개발
- MSA
- 안드로이드
- microservices
- jvm메모리구조
- SpringFramework
- DB
- Programming
- 리액트프로젝트
- Java
- 자바
- Doit알고리즘코딩테스트
- two pointers
- 웹개발기초
- Today
- Total
목록Coursera/Java Spring Framework (2)
초보 개발자의 기록

1.0 : 2004/ 3 2.0 : 2006/ 10 2.5 : 2007/ 11 3.0 : 2009/ 12 3.1 : 2011/ 12 4.0 : 2013/ 12 5.0 : 2017/ 9 The Spring Framework is an open source framework that has multiple version released. 1.0 functionalities Spring Core : Ligtweight container with various settled and constructed injection. Spring AOP : An aspect oriented programming interception framework integrated with the core container. Spri..

Java is an Object-Oriented programming language. Object Oriented Programming? OOP is a programming paradigm based on the concept of "Objects", which can contain data and code OOP languages are diverse, but the most popular ones are class-based. meaaing that objects are instances of classes, which also determine thier types. A programming methodology based on representing a program as a collectio..