|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
OR_ocn880900674 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
140603s2014 nyua ob 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e pn
|c UMI
|d TEFOD
|d B24X7
|d STF
|d DEBBG
|d OCLCF
|d DEBSZ
|d COO
|d MMI
|d YDXCP
|d OCLCQ
|d TEFOD
|d VT2
|d OCLCQ
|d TOH
|d UKAHL
|d EBLCP
|d OCLCO
|d OCLCQ
|
019 |
|
|
|a 889314563
|a 922951444
|a 1152987197
|a 1164490888
|a 1223327066
|
020 |
|
|
|a 9780071809269
|q (electronic bk.)
|
020 |
|
|
|a 0071809260
|q (electronic bk.)
|
020 |
|
|
|z 0071809252
|
020 |
|
|
|z 9780071809252
|
029 |
1 |
|
|a AU@
|b 000053310685
|
029 |
1 |
|
|a CHBIS
|b 011029342
|
029 |
1 |
|
|a CHVBK
|b 492910537
|
029 |
1 |
|
|a DEBSZ
|b 414184262
|
035 |
|
|
|a (OCoLC)880900674
|z (OCoLC)889314563
|z (OCoLC)922951444
|z (OCoLC)1152987197
|z (OCoLC)1164490888
|z (OCoLC)1223327066
|
037 |
|
|
|a CL0500000439
|b Safari Books Online
|
037 |
|
|
|a C214B4E2-CD29-46DE-B316-5274BE7C220F
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a QA76.73.J38
|b S334 2014
|
082 |
0 |
4 |
|a 005.13/3
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Schildt, Herbert.
|
245 |
1 |
0 |
|a Java :
|b a beginner's guide /
|c Herbert Schildt.
|
246 |
1 |
|
|i Subtitle on cover:
|a Create, compile, and run Java programs today
|
250 |
|
|
|a 6th ed.
|
260 |
|
|
|a New York :
|b McGraw-Hill Education,
|c ©2014.
|
300 |
|
|
|a 1 online resource (1 volume) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
490 |
1 |
|
|a Beginner's Guide Ser.
|
588 |
0 |
|
|a Online resource; title from title page (Safari, viewed May 29, 2014).
|
500 |
|
|
|a "Fully updated for Java SE 8 (JDK 8)"--Cover
|
500 |
|
|
|a Includes index.
|
520 |
|
|
|a Fully updated for Java Platform, Standard Edition 8 (Java SE 8), this book begins with the basics, such as how to create, compile, and run a Java program and then moves on to the keywords, syntax, and constructs that form the core of the Java language. Also covers more advanced features, including multithreaded programming, generics, and Swing; new Java SE 8 features such as lambda expressions and default interface methods; and JavaFX, Java's newest GUI. The book includes Q & A sections, hands-on exercises, end-of-chapter quizzes, and example code with commentary that describes the programming techniques being illustrated.
|
505 |
0 |
|
|a Cover -- About the Author -- About the Technical Reviewer -- Title Page -- Copyright Page -- Contents at a Glance -- Contents -- Introduction -- Chapter 1: Java Fundamentals -- The Origins of Java -- How Java Relates to C and C++ -- How Java Relates to C# -- Java's Contribution to the Internet -- Java Applets -- Security -- Portability -- Java's Magic: The Bytecode -- The Java Buzzwords -- Object-Oriented Programming -- Encapsulation -- Polymorphism -- Inheritance -- Obtaining the Java Development Kit -- A First Simple Program -- Entering the Program -- Compiling the Program
|
505 |
8 |
|
|a The First Sample Program Line by Line -- Handling Syntax Errors -- A Second Simple Program -- Another Data Type -- Try This 1-1: Converting Gallons to Liters -- Two Control Statements -- The if Statement -- The for Loop -- Create Blocks of Code -- Semicolons and Positioning -- Indentation Practices -- Try This 1-2: Improving the Gallons-to-Liters Converter -- The Java Keywords -- Identifiers in Java -- The Java Class Libraries -- Chapter 1: Self Test -- Chapter 2: Introducing Data Types and Operators -- Why Data Types Are Important -- Java's Primitive Types -- Integers -- Floating-Point Types
|
505 |
8 |
|
|a Characters -- The Boolean Type -- Try This 2-1: How Far Away Is the Lightning? -- Literals -- Hexadecimal, Octal, and Binary Literals -- Character Escape Sequences -- String Literals -- A Closer Look at Variables -- Initializing a Variable -- Dynamic Initialization -- The Scope and Lifetime of Variables -- Operators -- Arithmetic Operators -- Increment and Decrement -- Relational and Logical Operators -- Short-Circuit Logical Operators -- The Assignment Operator -- Shorthand Assignments -- Type Conversion in Assignments -- Casting Incompatible Types -- Operator Precedence
|
505 |
8 |
|
|a Try This 2-2: Display a Truth Table for the Logical Operators -- Expressions -- Type Conversion in Expressions -- Spacing and Parentheses -- Chapter 2: Self Test -- Chapter 3: Program Control Statements -- Input Characters from the Keyboard -- The if Statement -- Nested ifs -- The if-else-if Ladder -- The switch Statement -- Nested switch Statements -- Try This 3-1: Start Building a Java Help System -- The for Loop -- Some Variations on the for Loop -- Missing Pieces -- The Infinite Loop -- Loops with No Body -- Declaring Loop Control Variables Inside the for Loop -- The Enhanced for Loop
|
505 |
8 |
|
|a The while Loop -- The do-while Loop -- Try This 3-2: Improve the Java Help System -- Use break to Exit a Loop -- Use break as a Form of goto -- Use continue -- Try This 3-3: Finish the Java Help System -- Nested Loops -- Chapter 3: Self Test -- Chapter 4: Introducing Classes, Objects, and Methods -- Class Fundamentals -- The General Form of a Class -- Defining a Class -- How Objects Are Created -- Reference Variables and Assignment -- Methods -- Adding a Method to the Vehicle Class -- Returning from a Method -- Returning a Value -- Using Parameters -- Adding a Parameterized Method to Vehicle
|
504 |
|
|
|a Includes bibliographical references (page xxiv) and index.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a Java (Computer program language)
|
650 |
|
0 |
|a Internet programming.
|
650 |
|
6 |
|a Java (Langage de programmation)
|
650 |
|
6 |
|a Programmation Internet.
|
650 |
|
7 |
|a Internet programming.
|2 fast
|0 (OCoLC)fst00977281
|
650 |
|
7 |
|a Java (Computer program language)
|2 fast
|0 (OCoLC)fst00982065
|
776 |
0 |
8 |
|i Print version:
|a Schildt, Herbert.
|t Java: a Beginner's Guide, Sixth Edition (INKLING CH).
|d : McGraw-Hill Education, ©2014
|
830 |
|
0 |
|a Beginner's Guide Ser.
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9780071809252/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH3539700
|
938 |
|
|
|a Books 24x7
|b B247
|n bks00065468
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL6255772
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12087496
|
994 |
|
|
|a 92
|b IZTAP
|