
Home
|
 
JAVA PROGRAMMING
Introduction to JAVA
Java is a OOPS based programming language. Java was
designed to be easy for the professional programmer to learn and use
effectively. If you already understand the basic concepts of OOPS,
learning Java will be even easier. The ability to create robust programs
was given high priority in the design of Java. In a well written Java
program, all run-time errors can and should be managed by your program.
Java enables the creation of cross-platform programs by compiling into an
intermediate representation called Java bytecode. This code can be
interpreted on any system that provides a Java Virtual Machine.
|
 |