Thread: Java tutor
View Single Post
  #2 (permalink)  
Old 05-21-2010, 09:43 AM
scroozlewis scroozlewis is offline
Junior Member
 
Join Date: May 2010
Posts: 17
scroozlewis is on a distinguished road
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..
Reply With Quote