THE Java™ Programming Language, Fourth Edition
\d digit; [0-9] \D non-digit; [^0-9] \s whitespace character; [\t\n\x0B\f\r] \S non-whitespace character; [^\s] \w word characte ...
\P{InGreek} character except one in the Greek block (negation) [\p{L}&[^\p{Lu}]] any letter except an uppercase letter (subt ...
X++ X one or more times X{n}+ X exactly n times X(n,}+ X at least n times X{n,m}+ X at least n but not more than m times LOGICAL ...
@see Cross reference to another doc comment or URL {@link} In-line cross reference to another doc comment or URL {@linkPlain} Si ...
The value of the named static constant field @serial Identifies a field serialized using default serialization @serialField A fi ...
Comparing information and knowledge is like asking whether the fatness of a pig is more or less green than the designated hitter ...
Although dated, this is a good survey of uniprocessor garbage collection techniques that may or may not be used by your particul ...
Multithreaded Programming Concurrent Programming in Java™: Design Principles and Patterns, 2nd Edition, by Doug Lea. Addison-Wes ...
General Programming Techniques Hacker's Delight, by Henry S. Warren, Jr. Addison-Wesley, 2002, ISBN 0-201-91465-4. Related Langu ...
Data ProcessingProgramming LanguagesSIMULA. Swedish standard SS 636114, SIS, 1987, ISBN 91-7162-234-9. Smalltalk-80: The Languag ...
The Design of Everyday Things, by Donald A. Norman. Doubleday/Currency, 1988, ISBN 0-385-26774-6. Discusses usability design for ...
Article Zapf Dingbats: Unshifted Zapf Dingbats: Option Unshifted Zapf Dingbats: Shifted ...
Zapf Dingbats: Option Shifted Symbol: Unshifted ...
Symbol: Option Unshifted Symbol: Shifted ...
Symbol: Option Shifted Eaglerock Extras: Unshifted ...
Arts & Crafts Ornaments: Unshifted Eaglerock Extras: Shifted ...
Arts & Crafts Ornaments: Shifted Kells Extras: Unshifted ...
Kells Extras: Shifted Exercises Exercise 1.1: Enter, compile, and run HelloWorld on your system. 3 Exercise 1.2: Try changing pa ...
Exercise 1.5: Change the HelloWorld application to use a named string constant as the string to print. (A string constant can be ...
name. Modify the main program so that it generates the same output it did before. 54 Exercise 2.8: What constructors should you ...
«
24
25
26
27
28
29
30
31
32
33
»
Free download pdf