ISBN 10: 7302075964 ISBN 13: 9787302075967
Da: liu xing, Nanjing, JS, Cina
EUR 42,64
Convertire valutaQuantità: 1 disponibili
Aggiungi al carrellopaperback. Condizione: Good. Ship out in 2 business day, And Fast shipping, Free Tracking number will be provided after the shipment.Paperback. Pub Date :2004-01-01 Publisher: Tsinghua University Press Condition: Genuine used .85-9 into a new stock position: No. 8 coffers - of Tsinghua basic information title: Java2 practical tutorial abroad classic beginners introductory tutorial series List Price: 48.00 yuan price: 14 yuan for you to save 34 yuan discount: 29% off Author: the Andean mining Calder book. Ma Haijun Yang Jiping translated Press: Tsinghua University Press Publication Date :2004-1-1ISBN: 9787302075967 Words: Page: Revision: Binding: Folio: Editor's Choice book. according to the concept of logical Contact chapter to facilitate self-learning. Key skills in the first chapter of this section. The end of the chapter. essay questions. multiple-choice and fill in the blank test your knowledge levels. The Expert Answers introduce additional knowledge and points. Can quickly grasp the extent of self-test in this section. Exercises to help you learning knowledge into practice. Syntax Notation the example label content programming techniques introduced. SUMMARY book compiled by excellent programmer and bestselling author Herbert Schildt. comprehensive introduction to the Java 2 programming foundation content using the latest Java 2 1.4 version. The book uses step-by-step guide to help readers quickly grasp Java programming technology. The reader will first understand why Java is the preferred programming language of the Internet. its object-oriented programming features. as well as the general form of the Java program. Next will learn Java programming basics. including data types. operators. program control statements. classes. objects and methods. Then will examine some advanced topics. such as inheritance. exception handling. IO systems. multi-threading and Applet. The book is acclaimed abroad. is a good learning Java programming self-learning and training tutorials. The relationship between the relationship between the origin of Contents Chapter 1 Java Foundation 1.1 Java 1.1.1 Java. C and C + + 1.1.2 Java and C # 1.2 Java on the Internet's contribution to the 1.2.1 Java applets and Java applications 1.2.2 security sex 1.2. Magic: portability 1.3 Java 1.4 Java bytecode term 1.5 object-oriented programming polymorphisms 1.5.1 package 1.5.2 1.5.3 1.6 a simple program to inherit Java software developers kit 1.6 .1 input program 1.6.2 compiler progressive analysis of the first program 1.6.3 1.6.4 syntax error handling 1.7 second simple program to another data type exercises 1-1 gallons converted into liters 1.8 two control statement 1.8.1 if statement 1.8.2 for loop statement 1.9 1.10 the semicolon and positioning indent principle exercises 1-2 improvements create a code violation conversion program identifier 1.12 Java 1.11 Java keyword Java class libraries from gallons to liters 1.13 Thinking Exercise Chapter 2 data types and operators 2.1 Java 2.1.4 boolean the simple type 2.1.1 floating point to integer type 2.1.2 2.1.3 character type exercises 2-1 Lightning How far? 2.2 literal 2.2.1 hexadecimal escape sequences and octal constants 2.2.2 character the 2.2.3 string literal 2.3 variables Detailed initialize variables 2.3.2 2.3.1 dynamic initialization 2.4 variable scope and 2.7 assignment operator lifetime 2.5 Arithmetic Operators 2.6 Relational operators and logical operators 2.8 the shorthand 2.9 assignment assignment type conversion the 2.10 cast is not compatible with the type of expression of the truth table 2.11 Exercise 2-2 shows the logical operators type conversion 2.11.2-2.11.1 expression 2.12 spacing and parentheses thinking and practice Chapter 3 program control statements 3.1 characters from the keyboard input 3.2 if statement 3.2.1 nested if statements 3.2.2 the if-else-if infinite loop ladder-like structure of 3.3 switch statement exercises 3-1 to build a Java help system 3.4 for the cycle 3.4.1 for cycle variations 3.4.2 missing part o.