Embed presentation
Download to read offline



Java is a programming language that is widely used for web applications. It uses a "sandbox" model which enhances security by restricting the actions code can perform like accessing files and networking resources. Java code is compiled to bytecode that runs on a Java Virtual Machine (JVM) allowing applications written in Java to run on various platforms.

