Prerequisites
![]() |
| Prerequisites JAVA | Vandna Sharma: Another Name of Java |
Java has evolved to be the most predominant and popular general purpose programming language of the current age. Java is a simple, portable, distributed, robust, secure, dynamic, architecture neutral, object oriented programming language. It was developed by Sun Microsystems.
This technology allows the software designed and developed once for an idealized ‘virtual machine’ and run on various computing platforms. For More Information please go with this link [Click Here For More Details on Perrequisites]
Example:
- public class MyFirstJavaProgram {
- public static void main(String []args) {
- System.out.println("Welcome to the world of VandnaSharma");
- }
- }
