|
|
|
|
LEADER |
00000cam a2200000Ma 4500 |
001 |
OR_ocn775749603 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr zn||||||||| |
008 |
120112s2011 nyua ob 001 0 eng d |
040 |
|
|
|a CtWfDGI
|b eng
|e pn
|c STF
|d GZM
|d UMI
|d EBLCP
|d COO
|d E7B
|d OCLCQ
|d DEBSZ
|d OCLCA
|d U9X
|d OCLCA
|d NOC
|d OCLCQ
|d OCLCF
|d YDXCP
|d OCLCQ
|d CAUOI
|d LIV
|d UAB
|d MERUC
|d VT2
|d IOG
|d OCLCQ
|d CEF
|d INT
|d U3W
|d OCLCQ
|d WYU
|d TKN
|d OCLCQ
|d LEAUB
|d UKAHL
|d OL$
|d OCLCQ
|d DCT
|d ERF
|d BRF
|d N$T
|d OCLCO
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCO
|
019 |
|
|
|a 781717657
|a 1005773149
|a 1062919121
|a 1103249970
|a 1110986469
|a 1112581636
|a 1129356791
|a 1204005773
|
020 |
|
|
|a 1430239107
|q (electronic)
|
020 |
|
|
|a 1430239093
|
020 |
|
|
|a 9781430239093
|
020 |
|
|
|a 9781430239109
|q (electronic bk.)
|
024 |
7 |
|
|a 10.1007/978-1-4302-3910-9.
|2 doi
|
029 |
1 |
|
|a AU@
|b 000055791611
|
029 |
1 |
|
|a DEBBG
|b BV040901518
|
029 |
1 |
|
|a DEBSZ
|b 378288237
|
029 |
1 |
|
|a DEBSZ
|b 381375587
|
029 |
1 |
|
|a DEBSZ
|b 397270801
|
029 |
1 |
|
|a GBVCP
|b 785359745
|
035 |
|
|
|a (OCoLC)775749603
|z (OCoLC)781717657
|z (OCoLC)1005773149
|z (OCoLC)1062919121
|z (OCoLC)1103249970
|z (OCoLC)1110986469
|z (OCoLC)1112581636
|z (OCoLC)1129356791
|z (OCoLC)1204005773
|
037 |
|
|
|a CL0500000129
|b Safari Books Online
|
050 |
|
4 |
|a QA76.73.J38
|b F75 2011eb
|
072 |
|
7 |
|a UY.
|2 bicssc
|
072 |
|
7 |
|a COM014000.
|2 bisacsh
|
082 |
0 |
4 |
|a 005.13/3
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Friesen, Jeff.
|
245 |
1 |
0 |
|a Beginning Java 7 /
|c Jeff Friesen ; technical reviewer, Chád Darby.
|
260 |
|
|
|a [New York] :
|b [Apress],
|c ©2011.
|
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
|
347 |
|
|
|a text file
|
347 |
|
|
|b PDF
|
490 |
1 |
|
|a The expert's voice in Java
|
504 |
|
|
|a Includes bibliographical references and index.
|
505 |
0 |
|
|a Title Page; Copyright Page; Contents at a Glance; Table of Contents; About the Author; About the Technical Reviewer; Acknowledgments; Introduction; Chapter 1: Getting Started with Java; What Is Java?; Java Is a Language; Java Is a Platform; Installing and Working with JDK 7; Installing JDK 7; Working with JDK 7; Installing and Working with NetBeans 7; Installing NetBeans 7; Working with NetBeans 7; Java Language Fundamentals; Comments; Identifiers; Types; Variables; Expressions; Statements; Summary; Chapter 2: Discovering Classes and Objects; Declaring Classes and Creating Objects.
|
505 |
8 |
|
|a Declaring ClassesCreating Objects with the new Operator and a Constructor; Specifying Constructor Parameters and Local Variables; Creating Arrays with the new Operator; Encapsulating State and Behaviors; Representing State via Fields; Representing Behaviors via Methods; Hiding Information; Initializing Classes and Objects; Inheriting State and Behaviors; Extending Classes; The Ultimate Superclass; Composition; The Trouble with Implementation Inheritance; Changing Form; Upcasting and Late Binding; Abstract Classes and Abstract Methods; Downcasting and Runtime Type Identification.
|
505 |
8 |
|
|a Covariant Return TypesFormalizing Class Interfaces; Declaring Interfaces; Implementing Interfaces; Extending Interfaces; Why Use Interfaces?; Collecting Garbage; Summary; Chapter 3: Exploring Advanced Language Features; Nested Types; Static Member Classes; Nonstatic Member Classes; Anonymous Classes; Local Classes; Interfaces Within Classes; Packages; What Are Packages?; The Package Statement; The Import Statement; Searching for Packages and Types; Playing with Packages; Packages and JAR Files; Static Imports; Exceptions; What Are Exceptions?; Representing Exceptions in Source Code.
|
505 |
8 |
|
|a Throwing ExceptionsHandling Exceptions; Performing Cleanup; Assertions; Declaring Assertions; Using Assertions; Avoiding Assertions; Enabling and Disabling Assertions; Annotations; Discovering Annotations; Declaring Annotation Types and Annotating Source Code; Processing Annotations; Generics; Collections and the Need for Type Safety; Generic Types; Generic Methods; Arrays and Generics; Varargs and Generics; Enums; The Trouble with Traditional Enumerated Types; The Enum Alternative; The Enum Class; Summary; Chapter 4: Touring Language APls; Math and StrictMath; Package.
|
505 |
8 |
|
|a Primitive Type Wrapper Class Boolean; Character; Float and Double; Integer, Long, Short, and Byte; Reference; Basic Terminology; Reference and ReferenceQueue; SoftReference; WeakReference; PhantomReference; Reflection; String; StringBuffer and StringBuilder; System; Threading; Runnable and Thread; Thread Synchronization; BigDecimal; Biglnteger; Summary; Chapter 5: Collecting Objects; The Collections Framework; Architecture Overview; Iterable and Collection; List; Set; SortedSet; NavigableSet; Queue; Deque; Map; Sorted Map; NavigableMap; Utilities; Legacy Collections APls.
|
520 |
|
|
|a Beginning Java 7 guides you through this language and a huge assortment of platform APIs according to the following table of contents:. Chapter 1: Getting Started with Java Chapter 2: Discovering Classes and Objects Chapter 3: Exploring Advanced Language Features Chapter 4: Touring Language APIs Chapter 5: Collecting Objects Chapter 6: Touring Additional Utility APIs Chapter 7: Creating and Enriching Graphical User Interfaces Chapter 8: Interacting with Filesystems Chapter 9: Interacting with Networks and Databases Chapter 10: Parsing, Creating, and Transforming XML Documents Chapter 11: Worki.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a Java (Computer program language)
|
650 |
|
6 |
|a Java (Langage de programmation)
|
650 |
|
7 |
|a Java (Computer program language)
|2 fast
|
700 |
1 |
|
|a Darby, Chʹad.
|4 rev
|
773 |
0 |
|
|t Springer eBooks
|
776 |
0 |
8 |
|i Print version:
|a Friesen, Jeff.
|t Beginning Java 7.
|d [New York] : [Apress], ©2011
|w (DLC) 2012360039
|
830 |
|
0 |
|a Expert's voice in Java.
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781430239093/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26832455
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL883807
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10593472
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1173690
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 7425229
|
994 |
|
|
|a 92
|b IZTAP
|