top of page
TechPro
Admin
More actions
Profile
Join date: Aug 30, 2025
Posts (7)
Sep 22, 2025 ∙ 2 min
In JAVA, for Arrays, what works: passed by value OR reference?
In Java, arrays are passed by value , but this value is a reference to the array object. This can be a tricky concept. Let's break it...
3
0
Sep 1, 2025 ∙ 5 min
ORM:Why We Need an ORM—and Where JDBC Still Fits (with Java examples)
If you write Java apps that talk to a database, you’ll eventually face a choice: write SQL by hand over JDBC , or use an ORM like...
2
0
Sep 1, 2025 ∙ 1 min
Cloud : containerized applications?
A containerized application is a software application that is packaged together with everything it needs to run—its code, runtime,...
7
0
bottom of page
