ELEMENTS OF JAVA

Hello everyone, Do you have any idea about the Elements of java? If you don't then i will explain it to you. Java is a high-level programming language that was developed by Sun Microsystems for general-purpose business applications and interactive, web-based Internet applications. Java can be used to write programs that run on any operating system or device. Java Environment Machine (JVM) – an environment that translates Java bytecode (compiled format for Java programs) into machine language and executes it. Source code – programming statements written in a high-level language. This is created using a text editor or a development environment Development Environment – a set of tools that help write programs easily, such as NetBeans. The statements are saved in a file. Then, the Java compiler converts the source code into a binary program of bytecode. The Java interpreter then checks the bytecode and communicates with the operating system, executing the bytecode instructions line by ...