# Java 开发基础与工程实践
`Copyright © 王下邀月熊`
本系列文章包括[现代 Java 开发:语法基础与工程实践](https://parg.co/bgk)、[Java 设计模式与应用架构](https://parg.co/bgJ)、[深入浅出 Java 并发编程](https://parg.co/b7l)、[JVM 内部原理与性能调优](https://parg.co/bgL)、[Spring Boot 5 与 Spring Cloud 微服务实践](https://parg.co/b7Y)。
# 前言 | Preface
Web architectures are an important asset for various large-scale web applications. Being able to handle huge numbers of users concurrently is essential, thus scalability is one of the most important features of these architectures. Multi-core processors, highly distributed backend architectures and new web technologies force us to reconsider approaches for concurrent programming in order to implement web applications and fulfil scalability demands.
# 版权
 
笔者所有文章遵循 [知识共享 署名-非商业性使用-禁止演绎 4.0 国际许可协议](https://creativecommons.org/licenses/by-nc-nd/4.0/deed.zh),欢迎转载,尊重版权。
如果觉得本系列对你有所帮助,欢迎给我家布丁买点狗粮(支付宝扫码)~

# 链接
- https://www.baeldung.com/java-collections