What is Java........?
Java is a programming language and a platform.
Java is a high level, robust, secured and object-oriented programming language.
Platform: Any hardware or software environment in which a program runs, is known as a platform. Since Java has its own runtime environment (JRE) and API, it is called platform.
Example...........
Let's have a quick look at java programming example. A detailed description of hello java example programming
class Simple{
public static void main(String args[]){
System.out.println("Java & Android NewUpdation");
}
}
class Simple{
public static void main(String args[]){
System.out.println("Java & Android NewUpdation");
}
}
Comments
Post a Comment