Java is a Programming Language developed by James Gosling at Sun Microsystems and activist in 1995 as a core component of Sun Microsystems’Java Plate form.
Java
Java is a Programming Language developed by James Gosling at Sun Microsystems and activist in 1995 as a core component of Sun Microsystems’Java Plate form.
The java language derives much of its syntax from C and C++but has a simpler object model and fewer low-level facilities. Java applications are typically compiled to byte code that can run on any Java Virtual Machine (JVM) regardless of computer architecture.
.
Java is an Object Oriented Language. The java language derives much of its syntax from C and C++but has a simpler object model and fewer low-level facilities. Java applications are typically compiled to byte code that can run on any Java Virtual Machine (JVM) regardless of computer architecture. It is plat form independent language.
Java is a general-purpose, concurrent, class-based, object-oriented language that is specifically designed to have as few implementation dependencies as possible. It is intended to let application developers “write once, run anywhere”. Java is currently one of the most popular programming languages in use, and is widely used from application software to web applications.
Using Java Reflection
Reflection is a attribute in the Java programming language. It allows an executing Java program to inspect or “introspect” ahead itself, and control internal properties of the program. Like that, it’s possible for a Java class to obtain the names of all its members and display them.
The ability to examine and manipulate a Java class from within itself may not sound like very much, but in C,C++,Pascal programming languages this feature simply doesn’t exist.
The original and suggestion implementation Java compilers, virtual machines, and class libraries were developed by Sun from 1995. As of May 2007, in compliance with the specifications of the Java Community Process, Sun relicensed most of its Java technologies under the GNU General Public License.