Java syntax
From Seo Wiki - Search Engine Optimization and Programming Languages
File:Java keywords highlighted.png
A snippet of Java code with keywords highlighted in blue and bold font
The syntax of the Java programming language is a set of rules that defines how a Java program is written and interpreted.
Contents |
Keywords
A keyword is one of 50 reserved words which have a predefined meaning in the language; because of this, programmers cannot use keywords as names for variables, methods, classes, or as any other identifier.[1] Due to their special functions in the language, most integrated development environments for Java use syntax highlighting to display keywords in a different color for easy identification.[citation needed]
See also
Footnotes
- ↑ "Java Language Keywords". The Java Tutorials. Sun Microsystems, Inc.. February 14, 2008. http://java.sun.com/docs/books/tutorial/java/nutsandbolts/_keywords.html. Retrieved 2008-12-02.
References
- Patrick Naughton, Herbert Schildt. Java 2: The Complete Reference, third edition. The McGraw-Hill Companies, 1999. ISBN 0-07-211976-4
- Vermeulen, Ambler, Bumgardner, Metz, Misfeldt, Shur, Thompson. The Elements of Java Style. Cambridge University Press, 2000. ISBN 0-521-77768-2
- Gosling, James; Joy Bill; Steele, Guy; and Bracha, Gillad (2005). Java Language Specification (3rd ed.). Addison-Wesley Professional. http://java.sun.com/docs/books/jls/index.html. Retrieved 2008-12-03.
External links
File:Wikibooks-logo-en-noslogan.svg | Wikibooks has a book on the topic of
Java Programming/Syntax </td>
</tr> </table>
|
↓