일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- two pointers
- jsp
- BCIT
- SpringFramework
- microservices
- 웹개발자
- 자바
- job
- html
- sql
- 데이터베이스
- Programming
- mysql
- jvm메모리구조
- 밤비노
- 웹개발기초
- 웹개발
- DB
- 코드잇
- coding test
- Java
- MVC
- servlet
- C
- Bambino
- CSS
- 리액트프로젝트
- 안드로이드
- msa개념
- MSA
- 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..