|
Java is a high-level programming language, or a 3rd generation language. It operates like this, you type in the source code, then a program called a "compiler" transforms it into Java byte code. Byte code makes Java architecture neutral, since the computer that runs your program needs an interpreter or a byte code compiler.
Fo0r java turorial you can visit the following site, lynda and weschool..
|