Exploring Java:
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Buch |
Sprache: | German |
Veröffentlicht: |
Cambridge ; Köln ; Paris ; Sebastopol ; Tokyo
O'Reilly
1997
|
Ausgabe: | 2. ed. |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | Parallelausg. u.d.T.: Niemeyer, Patrick: Java |
Beschreibung: | XVIII, 594 S. Ill. |
ISBN: | 1565922719 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV011645802 | ||
003 | DE-604 | ||
005 | 20000117 | ||
007 | t | ||
008 | 971118s1997 gw a||| |||| 00||| ger d | ||
016 | 7 | |a 952010437 |2 DE-101 | |
020 | |a 1565922719 |c kart. : DM 66.00, $ 32.95 |9 1-56592-271-9 | ||
035 | |a (OCoLC)37720019 | ||
035 | |a (DE-599)BVBBV011645802 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a ger | |
044 | |a gw |c DE | ||
049 | |a DE-384 |a DE-861 |a DE-522 | ||
050 | 0 | |a QA76.73.J38 | |
082 | 0 | |a 005.13/3 |2 21 | |
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
084 | |a ST 260 |0 (DE-625)143632: |2 rvk | ||
100 | 1 | |a Niemeyer, Patrick |e Verfasser |4 aut | |
245 | 1 | 0 | |a Exploring Java |c Patrick Niemeyer and Joshua Peck. [Ed.: Mike Loukides and Paula Ferguson] |
250 | |a 2. ed. | ||
264 | 1 | |a Cambridge ; Köln ; Paris ; Sebastopol ; Tokyo |b O'Reilly |c 1997 | |
300 | |a XVIII, 594 S. |b Ill. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
500 | |a Parallelausg. u.d.T.: Niemeyer, Patrick: Java | ||
650 | 7 | |a API |2 inriac | |
650 | 7 | |a Awt |2 inriac | |
650 | 7 | |a Informatique |2 ram | |
650 | 7 | |a JAVA |2 inriac | |
650 | 7 | |a Java (langage de programmation) |2 ram | |
650 | 7 | |a Java (programmeertaal) |2 gtt | |
650 | 7 | |a JavaBeans |2 inriac | |
650 | 7 | |a WWW |2 inriac | |
650 | 7 | |a applet |2 inriac | |
650 | 7 | |a langage orienté objets |2 inriac | |
650 | 7 | |a programmation JAVA |2 inriac | |
650 | 7 | |a programmation graphique |2 inriac | |
650 | 7 | |a programmation interface |2 inriac | |
650 | 4 | |a Java (Computer program language) | |
650 | 0 | 7 | |a Applet |0 (DE-588)4424211-6 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Java |g Programmiersprache |0 (DE-588)4401313-9 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Java |g Programmiersprache |0 (DE-588)4401313-9 |D s |
689 | 0 | 1 | |a Applet |0 (DE-588)4424211-6 |D s |
689 | 0 | |8 1\p |5 DE-604 | |
700 | 1 | |a Peck, Joshua |e Verfasser |4 aut | |
856 | 4 | 2 | |m DNB Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=007849077&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
883 | 1 | |8 1\p |a cgwrk |d 20201028 |q DE-101 |u https://d-nb.info/provenance/plan#cgwrk | |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-007849077 |
Datensatz im Suchindex
_version_ | 1807505199333376000 |
---|---|
adam_text |
TABLE
OF
CONTENTS
PREFACE
.
XIII
1.
YET
ANOTHER
LANGUAGE?
.
1
ENTER
JAVA
.
2
A
VIRTUAL
MACHINE
.
4
JAVA
COMPARED
.
6
SAFETY
OF
DESIGN
.
8
SAFETY
OF
IMPLEMENTATION
.
14
APPLICATION
AND
USER
LEVEL
SECURITY
.
19
JAVA
AND
THE
WORLD
WIDE
WEB
.
21
JAVA
AS
A
GENERAL
APPLICATION
LANGUAGE
.
26
A
JAVA
ROAD
MAP
.
26
AVAILABILITY
.
27
2.
A
FIRST
APPLET
.
29
HELLO
WEB!
.
29
HELLO
WEB!
II:
THE
SEQUEL
.
38
HELLO
WEB!
ILL:
THE
BUTTON
STRIKES!
.
47
HELLO
WEB!
IV:
NETSCAPE
'
S
REVENGE
.
57
3.
TOOLS
OF
THE
TRADE
.
66
THE
JAVA
INTERPRETER
.
66
THE
CLASS
PATH
.
69
THE
JAVA
COMPILER
.
71
VIII
T
ABLE
OF
C
ONTENTS
THE
APPLET
TAG
.
73
PACKAGING:
JAVA
ARCHIVE
(JAR)
FILES
.80
CODE
AND
DATA
SIGNING
.
84
4.
THE
JAVA
LANGUAGE
.
98
TEXT
ENCODING
.
98
COMMENTS
.
99
TYPES
.
100
STATEMENTS
AND
EXPRESSIONS
.
706
EXCEPTIONS
.
774
ARRAYS
.
124
5.
OBJECTS
IN
JAVA
.
132
CLASSES
.
133
METHODS
.
138
OBJECT
CREATION
.
746
OBJECT
DESTRUCTION
.
750
6.
RELATIONSHIPS
BETWEEN
CLASSES
.
153
SUBCLASSING
AND
INHERITANCE
.
153
INTERFACES
.
767
PACKAGES
AND
COMPILATION
UNITS
.
7
72
VARIABLE
AND
METHOD
VISIBILITY
.
7
75
INSIDE
ARRAYS
.
777
INNER
CLASSES
.
179
7.
WORKING
WITH
OBJECTS
AND
CLASSES
.
189
THE
OBJECT
CLASS
.
789
THE
CLASS
CLASS
.
794
REFLECTION
.
796
8.
THREADS
.
203
INTRODUCING
THREADS
.
203
THREADING
APPLETS
.
211
SYNCHRONIZATION
.
214
SCHEDULING
AND
PRIORITY
.
224
THREAD
GROUPS
.
228
T
ABLE
OF
C
ONTENTS
IX
9.
BASIC
UTILITY
CLASSES
.
230
STRINGS
.
232
MATH
UTILITIES
.
241
DATES
.
246
VECTORS
AND HASHTABLES
.
249
PROPERTIES
.
255
THE
SECURITY
MANAGER
.
260
INTERNATIONALIZATION
.
262
10.
INPUT/OUTPUT
FACILITIES
.
269
STREAMS
.
269
FILES
.
283
SERIALIZATION
.
293
DATA
COMPRESSION
.
295
11.
NETWORK
PROGRAMMING
WITH
SOCKETS
AND
RMI
.
299
SOCKETS
.
299
DATAGRAM
SOCKETS
.
314
SIMPLE
SERIALIZED
OBJECT
PROTOCOLS
.
319
REMOTE
METHOD
INVOCATION
.
323
12.
WORKING
WITH
URLS
.
335
THE
URL
CLASS
.
336
WEB
BROWSERS
AND
HANDLERS
.
339
WRITING
A
CONTENT
HANDLER
.
342
WRITING
A
PROTOCOL
HANDLER
.
348
TALKING
TO
CGI
PROGRAMS
.
358
13.
THE
ABSTRACT
WINDOW
TOOLKIT
.
363
COMPONENTS
.
366
CONTAINERS
.
375
AWT
PERFORMANCE
AND
LIGHTWEIGHT
COMPONENTS
.
382
APPLETS
.
385
EVENTS
.
393
AWT
EVENT
SUMMARY
.
401
X
T
ABLE
OF
C
ONTENTS
14.
CREATING
GUI
COMPONENTS
.
410
BUTTONS
AND
LABELS
.
410
TEXT
COMPONENTS
.
412
LISTS
.
478
MENUS
AND
CHOICES
.
420
POPUPMENU
.
424
CHECKBOX
AND
CHECKBOXGROUP
.
426
SCROLLPANE
AND
SCROLLBARS
.
429
DIALOGS
.
434
CREATING
CUSTOM
COMPONENTS
.
439
15.
LAYOUT
MANAGERS
.
449
FLOWLAYOUT
.
457
GRIDLAYOUT
.
452
BORDERLAYOUT
.
453
CARDLAYOUT
.
455
GRIDBAGLAYOUT
.
456
NONSTANDARD
LAYOUT
MANAGERS
.
470
ABSOLUTE
POSITIONING?
.
470
16.
DRAWING
WITH
AWT
.
472
BASIC
DRAWING
.
472
COLORS
.
478
Y
FONTS
.
479
IMAGES
.
483
DRAWING
TECHNIQUES
.
487
17.
WORKING
WITH
IMAGES
.
498
IMAGE
PROCESSING
.
498
IMPLEMENTING
AN
IMAGEOBSERVER
.
500
USING
A
MEDIATRACKER
.
503
PRODUCING
IMAGE
DATA
.
505
IMAGE
PRODUCERS
AND
CONSUMERS
.
577
FILTERING
IMAGE
DATA
.
578
WORKING
WITH
AUDIO
.
520
T
ABLE
OF
C
ONTENTS
XI
18.
JAVA
BEANS
.
522
WHAT
'
S
A
BEAN?
.
522
BUILDING
BEANS
.
533
HAND-CODING
WITH
BEANS
.
547
PUTTING
REFLECTION
TO
WORK
.
549
GLOSSARY
.
553
INDEX
.
571 |
any_adam_object | 1 |
author | Niemeyer, Patrick Peck, Joshua |
author_facet | Niemeyer, Patrick Peck, Joshua |
author_role | aut aut |
author_sort | Niemeyer, Patrick |
author_variant | p n pn j p jp |
building | Verbundindex |
bvnumber | BV011645802 |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.73.J38 |
callnumber-search | QA76.73.J38 |
callnumber-sort | QA 276.73 J38 |
callnumber-subject | QA - Mathematics |
classification_rvk | ST 250 ST 260 |
ctrlnum | (OCoLC)37720019 (DE-599)BVBBV011645802 |
dewey-full | 005.13/3 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.13/3 |
dewey-search | 005.13/3 |
dewey-sort | 15.13 13 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
edition | 2. ed. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a2200000 c 4500</leader><controlfield tag="001">BV011645802</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20000117</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">971118s1997 gw a||| |||| 00||| ger d</controlfield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">952010437</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1565922719</subfield><subfield code="c">kart. : DM 66.00, $ 32.95</subfield><subfield code="9">1-56592-271-9</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)37720019</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV011645802</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">ger</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">gw</subfield><subfield code="c">DE</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-384</subfield><subfield code="a">DE-861</subfield><subfield code="a">DE-522</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA76.73.J38</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.13/3</subfield><subfield code="2">21</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 250</subfield><subfield code="0">(DE-625)143626:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 260</subfield><subfield code="0">(DE-625)143632:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Niemeyer, Patrick</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Exploring Java</subfield><subfield code="c">Patrick Niemeyer and Joshua Peck. [Ed.: Mike Loukides and Paula Ferguson]</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">2. ed.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Cambridge ; Köln ; Paris ; Sebastopol ; Tokyo</subfield><subfield code="b">O'Reilly</subfield><subfield code="c">1997</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XVIII, 594 S.</subfield><subfield code="b">Ill.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Parallelausg. u.d.T.: Niemeyer, Patrick: Java</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">API</subfield><subfield code="2">inriac</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Awt</subfield><subfield code="2">inriac</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Informatique</subfield><subfield code="2">ram</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">JAVA</subfield><subfield code="2">inriac</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Java (langage de programmation)</subfield><subfield code="2">ram</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Java (programmeertaal)</subfield><subfield code="2">gtt</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">JavaBeans</subfield><subfield code="2">inriac</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">WWW</subfield><subfield code="2">inriac</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">applet</subfield><subfield code="2">inriac</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">langage orienté objets</subfield><subfield code="2">inriac</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">programmation JAVA</subfield><subfield code="2">inriac</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">programmation graphique</subfield><subfield code="2">inriac</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">programmation interface</subfield><subfield code="2">inriac</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Java (Computer program language)</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Applet</subfield><subfield code="0">(DE-588)4424211-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Java</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4401313-9</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Java</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4401313-9</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Applet</subfield><subfield code="0">(DE-588)4424211-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="8">1\p</subfield><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Peck, Joshua</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">DNB Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=007849077&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="883" ind1="1" ind2=" "><subfield code="8">1\p</subfield><subfield code="a">cgwrk</subfield><subfield code="d">20201028</subfield><subfield code="q">DE-101</subfield><subfield code="u">https://d-nb.info/provenance/plan#cgwrk</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-007849077</subfield></datafield></record></collection> |
id | DE-604.BV011645802 |
illustrated | Illustrated |
indexdate | 2024-08-16T01:21:23Z |
institution | BVB |
isbn | 1565922719 |
language | German |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-007849077 |
oclc_num | 37720019 |
open_access_boolean | |
owner | DE-384 DE-861 DE-522 |
owner_facet | DE-384 DE-861 DE-522 |
physical | XVIII, 594 S. Ill. |
publishDate | 1997 |
publishDateSearch | 1997 |
publishDateSort | 1997 |
publisher | O'Reilly |
record_format | marc |
spelling | Niemeyer, Patrick Verfasser aut Exploring Java Patrick Niemeyer and Joshua Peck. [Ed.: Mike Loukides and Paula Ferguson] 2. ed. Cambridge ; Köln ; Paris ; Sebastopol ; Tokyo O'Reilly 1997 XVIII, 594 S. Ill. txt rdacontent n rdamedia nc rdacarrier Parallelausg. u.d.T.: Niemeyer, Patrick: Java API inriac Awt inriac Informatique ram JAVA inriac Java (langage de programmation) ram Java (programmeertaal) gtt JavaBeans inriac WWW inriac applet inriac langage orienté objets inriac programmation JAVA inriac programmation graphique inriac programmation interface inriac Java (Computer program language) Applet (DE-588)4424211-6 gnd rswk-swf Java Programmiersprache (DE-588)4401313-9 gnd rswk-swf Java Programmiersprache (DE-588)4401313-9 s Applet (DE-588)4424211-6 s 1\p DE-604 Peck, Joshua Verfasser aut DNB Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=007849077&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis 1\p cgwrk 20201028 DE-101 https://d-nb.info/provenance/plan#cgwrk |
spellingShingle | Niemeyer, Patrick Peck, Joshua Exploring Java API inriac Awt inriac Informatique ram JAVA inriac Java (langage de programmation) ram Java (programmeertaal) gtt JavaBeans inriac WWW inriac applet inriac langage orienté objets inriac programmation JAVA inriac programmation graphique inriac programmation interface inriac Java (Computer program language) Applet (DE-588)4424211-6 gnd Java Programmiersprache (DE-588)4401313-9 gnd |
subject_GND | (DE-588)4424211-6 (DE-588)4401313-9 |
title | Exploring Java |
title_auth | Exploring Java |
title_exact_search | Exploring Java |
title_full | Exploring Java Patrick Niemeyer and Joshua Peck. [Ed.: Mike Loukides and Paula Ferguson] |
title_fullStr | Exploring Java Patrick Niemeyer and Joshua Peck. [Ed.: Mike Loukides and Paula Ferguson] |
title_full_unstemmed | Exploring Java Patrick Niemeyer and Joshua Peck. [Ed.: Mike Loukides and Paula Ferguson] |
title_short | Exploring Java |
title_sort | exploring java |
topic | API inriac Awt inriac Informatique ram JAVA inriac Java (langage de programmation) ram Java (programmeertaal) gtt JavaBeans inriac WWW inriac applet inriac langage orienté objets inriac programmation JAVA inriac programmation graphique inriac programmation interface inriac Java (Computer program language) Applet (DE-588)4424211-6 gnd Java Programmiersprache (DE-588)4401313-9 gnd |
topic_facet | API Awt Informatique JAVA Java (langage de programmation) Java (programmeertaal) JavaBeans WWW applet langage orienté objets programmation JAVA programmation graphique programmation interface Java (Computer program language) Applet Java Programmiersprache |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=007849077&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT niemeyerpatrick exploringjava AT peckjoshua exploringjava |