What makes the Spring framework a lightweight container?

前端 未结 5 754
说谎
说谎 2020-12-30 02:53

When people mention that Spring is a lightweight containter compared to other frameworks, do they mean? That it occupies less memory in the system or it does not have the op

5条回答
  •  既然无缘
    2020-12-30 03:18

    I think one can also say that spring is light weight because it uses POJO(Plain old java object) .POJO class does not require to implement,extends technologies specific API(Interfaces,Classes) or it is not bounded to any technology specific API

提交回复
热议问题