|
Re: Is JAVA a Language ?? "There are no dumb questions"
|
Posted: Oct 14, 2005 1:23 AM
|
|
If you took a CS course on Programming languages at the Varsity level, you will notice that Java conforms to the specifications of a language. I guess in that sense we can say it fulfils the Spec. but I wouldn't exactly call it a Spec. Like all languages english or otherwise, it fulfils a certain syntax which fulfil satisfy its Grammar.
Once again if you took a Course on Compilers you will be familiar with terminology such as Context Free Grammars, BNF, etc. All these notions go into Compiler Construction when designing a language (e.g. Java).
I took such a course two or 3 years ago, so I may be off-base on some of the explanations, but if you care to research it via the Internet, you will find that you are under the correct assumption.
|
|