Introduction To JAVA
Java is a one of the open source Programming language.It is a Object Oriented Programming Language. It was Introduced by Sun Micro System in 1995.It's a simple and effective programming language.It was created by 5 persons.
They are
- James Gosling
- Patrick Naughton
- Chris Worth
- Ed Frank
- Mike Sheridan
Advantages Of Java
Java has the one of the Speciality called as "Byte code".Through the Byte Code Only Java is an securable one.Java is an Independent language by the JVM-Java Virtual Machine .
In Java only we have both Compiler and Interpreter available.
Structure Of Java
package
class class name
{
public static void main(String[] arg)
{
declaration;
execution;
}
}
I hope this will help you to know about Java and in future posts will see about the deep look about Java and it's functions. Thank You To read this post...
To Follow my Facebook Page Click Here


Comments