Application and Programming Interface (API)
Posted: Sat May 22, 2010 7:09 pm
Friends...This is from one of my notes of JAVA.I have little problem that I can not understand in the fourth statement...
Need your help..
Can you please explain about the fourth statement ...Java Runtime Environment (JRE)
• The Java Runtime Environment is a set of software provided by Sun Microsystems that allows a computer system to run a Java application.
• It consists of the Java Virtual Machine (JVM) and the Application and Programming Interface (API), a large body ofreusable code that is provided to simplify the programmer's job.Java Runtime Environment (JRE)
• The Java Runtime Environment is a set of software provided by Sun Microsystems that allows a computer system to run a Java application.
• It consists of the Java Virtual Machine (JVM) and the Application and Programming Interface (API), a large body of reusable code that is provided to simplify the programmer's job.
Need your help..