C++ Programming

C++ Programming


Java Runtime Environment

Posted: 24 May 2013 09:46 AM PDT

The Java Runtime Environment (JRE) provides the libraries, the Java Virtual Machine, and other components to run applets and applications written in the Java programming language. In addition, two key deployment technologies are part of the JRE: Java Plug-in, which enables applets to run in popular browsers; and Java Web Start, which deploys standalone applications over a network. (a) Java

Applications and Applets In Java

Posted: 24 May 2013 02:24 AM PDT

Java is a general-purpose, object-oriented programming language. We can develop two types of Java programs : Stand alone Applications : Programs written in Java to carry out certain  tasks on a stand alone local computer.  Executing stand alone java programs involves two steps : (a) Compiling through javac compiler. (b) Executing the byte code using java interpreter.  Web Applets : Programs


Post a Comment