Java is a programming language and a platform.
Platform Any hardware or software environment in which a program runs, known as a platform. Since Java has its own Runtime Environment (JRE) and API, it is called platform.
Platform Any hardware or software environment in which a program runs, known as a platform. Since Java has its own Runtime Environment (JRE) and API, it is called platform.
Java Example
- class Simple{
- public static void main(String args[]){
- System.out.println(“Hello Java”);
- }
- }
For more Visit: http://www.quontrasolutions.com/blog/category/java
No comments:
Post a Comment