DEV Community

Gayathri.R
Gayathri.R

Posted on

Java Architecture

Java architecture usually refers to the structure and design of how Java applications run.

Example: Java Architecture includes JVM (Java Virtual Machine), JRE (Java Runtime Environment), and JDK (Java Development Kit).

It can also mean software architecture (like MVC, layered architecture, microservices, etc.) built using Java.

Top comments (0)