|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
OR_ocn297556599 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
090109s2008 caua obf 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e pn
|c UMI
|d WPG
|d OCLCQ
|d CEF
|d OCLCQ
|d COO
|d DEBSZ
|d N$T
|d EBLCP
|d OCLCQ
|d OCLCF
|d OCLCQ
|d IDEBK
|d YDXCP
|d E7B
|d OCLCQ
|d OCL
|d OCLCQ
|d FEM
|d OCLCQ
|d MOQ
|d WYU
|d UAB
|d AU@
|d STF
|d VT2
|d OCL
|d OCLCQ
|d RDF
|d OCLCQ
|d OCL
|d UKAHL
|d OCLCO
|d OCLCQ
|d OCLCO
|
019 |
|
|
|a 245020333
|a 618145045
|a 772458343
|a 861531923
|a 968005572
|a 968985966
|a 1044242266
|a 1056381216
|a 1060869235
|a 1062860726
|a 1074320293
|a 1103274200
|a 1129375885
|
020 |
|
|
|a 9780596514198
|
020 |
|
|
|a 0596514190
|
020 |
|
|
|a 9780596521707
|q (electronic bk.)
|
020 |
|
|
|a 0596521707
|q (electronic bk.)
|
020 |
|
|
|a 9780596551674
|
020 |
|
|
|a 0596551673
|
029 |
1 |
|
|a AU@
|b 000066231877
|
029 |
1 |
|
|a AU@
|b 000066531926
|
029 |
1 |
|
|a AU@
|b 000067104295
|
029 |
1 |
|
|a DEBSZ
|b 355420953
|
029 |
1 |
|
|a DEBSZ
|b 396387756
|
029 |
1 |
|
|a HEBIS
|b 29149272X
|
035 |
|
|
|a (OCoLC)297556599
|z (OCoLC)245020333
|z (OCoLC)618145045
|z (OCoLC)772458343
|z (OCoLC)861531923
|z (OCoLC)968005572
|z (OCoLC)968985966
|z (OCoLC)1044242266
|z (OCoLC)1056381216
|z (OCoLC)1060869235
|z (OCoLC)1062860726
|z (OCoLC)1074320293
|z (OCoLC)1103274200
|z (OCoLC)1129375885
|
037 |
|
|
|a CL0500000030
|b Safari Books Online
|
050 |
|
4 |
|a QA76.73.J38
|b L545 2008
|
072 |
|
7 |
|a COM
|x 051310
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 051280
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 051130
|2 bisacsh
|
082 |
0 |
4 |
|a 005.13/3
|2 22
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Liguori, Robert.
|
245 |
1 |
0 |
|a Java pocket guide /
|c Robert Liguori and Patricia Liguori.
|
250 |
|
|
|a 1st ed.
|
260 |
|
|
|a Sebastopol, Calif :
|b O'Reilly Media,
|c ©2008.
|
300 |
|
|
|a 1 online resource (xiii, 177 pages) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|
504 |
|
|
|a Includes bibliographical references and index.
|
520 |
|
|
|a A guide to the Java programming language provides concise information on such topics as naming conventions, lexical elements, reference types, exception handling, Java modifiers, the Java Plaform SE, and the Java Scripting API.
|
588 |
0 |
|
|a Print version record.
|
505 |
0 |
|
|a Java Pocket Guide; Font Conventions; Comments and Questions; Authors; Safari® Books Online; Acknowledgments; Dedication; I. Language; Interface Names; Method Names; Instance and Static Variable Names; Parameter and Local Variables Names; Generic Type Parameter Names; Constant Names; Enumeration Names; Package Names; Acronyms; 2. Lexical Elements; Non-Printable ASCII Characters; Comments; Keywords; Identifiers; Separators; Operators; Literals; Character Literals; Integer Literals; Floating-Point Literals; String Literals; Null Literals; Escape Sequences; Unicode Currency Symbols
|
505 |
8 |
|
|a 3. Fundamental TypesLiterals for Primitive Types; Floating-Point Entities; Numeric Promotion of Primitive Types; Binary Numeric Promotion; Special Cases for Conditional Operators; Wrapper Classes; Autoboxing and Unboxing; Unboxing; 4. Reference Types; Default Values; Arrays; Conversion of Reference Types; Narrowing Conversions; Converting Between Primitives and Reference Types; Passing Reference Types into Methods; Comparing Reference Types; Comparing strings; Enumerations; Copying Reference Types; Cloning Objects; Memory Allocation and Garbage Collection of Reference Types
|
505 |
8 |
|
|a 5. Object-Oriented ProgrammingInstantiating a Class (Creating an Object); Data Members and Methods; Accessing Data Members and Methods in Objects; Overloading; Overriding; Constructors; Superclasses and Subclasses; The this Keyword; Variable Length Argument Lists; Abstract Classes and Abstract Methods; Abstract Methods; Static Data Members, Static Methods, and Static Constants; Static Methods; Static Constants; Interfaces; Enumerations; Annotations Types; Developer-Defined Annotations; 6. Statements and Blocks; Empty Statement; Blocks; Conditional Statements; The if else Statement
|
505 |
8 |
|
|a The if else if StatementThe switch Statement; Iteration Statements; The Enhanced for Loop; The while Loop; The do while Loop; Transfer of Control; The continue Statement; The return Statement; Synchronized Statement; Assert Statement; Exception Handling Statements; 7. Exception Handling; Checked/Unchecked Exceptions and Errors; Unchecked Exceptions; Errors; Common Checked/Unchecked Exceptions and Errors; Common Unchecked Exceptions; Common Errors; Exception Handling Keywords; The try/catch/finally Keywords; The try Block; The catch Block; The finally Block; The Exception Handling Process
|
505 |
8 |
|
|a Defining Your Own Exception ClassPrinting Information About Exceptions; The toString() Method; The printStackTrace() Method; 8. Java Modifiers; Other (Non-Access) Modifiers; II. Platform; Base Libraries; Integration Libraries; User Interface Libraries: Miscellaneous; User Interface Libraries: Abstract Window Toolkit (AWT) API; User Interface Libraries: Swing API; Remote Method Invocation (RMI) and CORBA Libraries; Security Libraries; Extensible Markup Language (XML) Libraries; 10. Development Basics; Java Development Kit; Java Program Structure; Command-Line Tools; Java Interpreter
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a Java (Computer program language)
|v Handbooks, manuals, etc.
|
650 |
|
6 |
|a Java (Langage de programmation)
|v Guides, manuels, etc.
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x C♯
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x Java.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x Pascal.
|2 bisacsh
|
650 |
|
7 |
|a Java (Computer program language)
|x Handbooks, manuals, etc.
|2 blmlsh
|
650 |
|
7 |
|a Java (Computer program language)
|2 fast
|
650 |
|
7 |
|a Java (langage de programmation)
|x Guides.
|2 ram
|
650 |
|
7 |
|a Java (Computer language)
|2 sears
|
655 |
|
7 |
|a handbooks.
|2 aat
|
655 |
|
7 |
|a Handbooks and manuals
|2 fast
|
655 |
|
7 |
|a Handbooks and manuals.
|2 lcgft
|
655 |
|
7 |
|a Guides et manuels.
|2 rvmgf
|
700 |
1 |
|
|a Liguori, Patricia.
|
776 |
0 |
8 |
|i Print version:
|a Liguori, Robert.
|t Java pocket guide.
|b 1st ed.
|d Sebastopol, CA : O'Reilly, ©2008
|z 9780596514198
|w (DLC) 2008299438
|w (OCoLC)182528777
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9780596514198/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n BDZ0023557513
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL540722
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10759075
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 415566
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis38812450
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis28429911
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 7365553
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 3179772
|
994 |
|
|
|a 92
|b IZTAP
|