Home
Tech Tutorials
JavaArticle :: Java's Lexical Structure
Author: awprofessional.com Published: 22nd Oct 2005 Visited: 805 times
Written by the inventors of the technology,
The Java Language Specification, Second Edition is the definitive technical reference for the Java programming language. If you want to know the precise meaning of the language's constructs, this is the source for you. Take a look at this sample chapter, which specifies the language's lexical structure, and covers Unicode, input elements and tokens, keywords, identifiers -- all the basic stuff.
Read Article Sponsored Links
Related Articles
• New Article: The Challenge of Race Conditions in Parallel Programming July 21 2006nThis article discusses general and data race condition that arise in parallel programming nWhile data race condition problems are common and easy to fix harder to avoid general race problems can alsonoccur nA race condition could be the symptom of deeper design problems nA simple parall ...
• New Article: The Challenge of Race Conditions in Parallel Programming July 21 2006nThis article discusses general and data race condition that arise in parallel programming nWhile data race condition problems are common and easy to fix harder to avoid general race problems can alsonoccur nA race condition could be the symptom of deeper design problems nA simple parall ...