InterviewSolution
Saved Bookmarks
| 1. |
Define JRE i.e. Java Runtime Environment? |
|
Answer» Java Runtime Environment is an implementation of the Java Virtual Machine which executes Java programs. It provides the minimum requirements for executing a Java application; |
|