JAVA
Both the program and related documents on that program together is considered as a software. There is three basic stages when we are developing a program in any kind of language.
- Design
- Develop
- Test
- machine oriented (Low level Languages)
- problem oriented (High level languages)
- Assembler – translate assembly language to machine languages
- Interpreter – translate source code line by line to machine language and execute
- Compiler – translate whole source code in to a code called object code and execute line by line using interpreter to machine language
Comments
Post a Comment