Letzte Suchanfragen

Ergebnisse für *

Es wurden 22 Ergebnisse gefunden.

Zeige Ergebnisse 1 bis 22 von 22.

Sortieren

  1. Java Performance Tuning
    Autor*in: Shirazi, Jack
    Erschienen: 2003
    Verlag:  O'Reilly Media, Sebastopol

    Performance has been an important issue for Java developers ever since the first version hit the streets. Over the years, Java performance has improved dramatically, but tuning is essential to get the best results, especially for J2EE applications.... mehr

    Max-Planck-Institut für ethnologische Forschung, Bibliothek
    keine Fernleihe

     

    Performance has been an important issue for Java developers ever since the first version hit the streets. Over the years, Java performance has improved dramatically, but tuning is essential to get the best results, especially for J2EE applications. You can never have code that runs too fast. Java Peformance Tuning, 2nd edition provides a comprehensive and indispensable guide to eliminating all types of performance problems. Using many real-life examples to work through the tuning process in detail, JPT shows how tricks such as minimizing object creation and replacing strings with arrays can

     

    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Hinweise zum Inhalt
    Volltext (Connect to this resource online)
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 9780596003777
    RVK Klassifikation: ST 250
    Auflage/Ausgabe: 2nd ed
    Schriftenreihe: Safari Books Online
    Schlagworte: Java 2 Enterprise Edition; Tuning; ; JDK 1.4; Tuning; ; Java 2 Enterprise Edition; Tuning; ; JDK 1.4; Tuning;
    Umfang: Online-Ressource (590 p)
    Bemerkung(en):

    Description based upon print version of record

    Table of Contents; Preface; Contents of This Book; New in the Second Edition; Virtual Machine (VM) Versions; Conventions Used in This Book; Comments and Questions; Acknowledgments; Chapter 1. Introduction; Why Is It Slow?; The Tuning Game; System Limitations and What to Tune; A Tuning Strategy; Perceived Performance; Threading to Appear Quicker; Streaming to Appear Quicker; Caching to Appear Quicker; Starting to Tune; User Agreements; Setting Benchmarks; The Benchmark Harness; Taking Measurements; What to Measure; Don't Tune What You Don't Need to Tune; Performance Checklist

    Chapter 2. Profiling ToolsMeasurements and Timings; Garbage Collection; Using -verbosegc to Analyze Garbage Collection; Tools for Analyzing -verbosegc Output; Method Calls; Profiling Methodology; Java 2 cpu=samples Profile Output; HotSpot and 1.3 -Xprof Profile Output; JDK 1.1.x -prof and Java 2 cpu=old ProfileOutput; Java 2 -Xhprof Option; Java 2 -Xaprof option; Object-Creation Profiling; Monitoring Gross Memory Usage; Client/Server Communications; Replacing Sockets; Performance Checklist; Chapter 3. Underlying JDK Improvements; Garbage Collection; Tuning the Heap; Gross Tuning

    Problems with a Larger HeapStarting Versus Maximum Heap Size; Benchmarking Considerations; Fine-Tuning the Heap; Expanding the Heap; Minimizing Pauses; Incremental or "train" GC; Concurrent GC; Enlarge the "new" space; Disabling System.gc() Calls; Tuning RMI Garbage Collection; Extreme Heap and Intimate Shared Memory; Loading a Huge Number of Classes; Per-Thread Stack Size; Eliminate Finalizers; Sharing Memory; Replacing JDK Classes; Faster VMs; VM Speed Variations; VMs with JIT Compilers; VM Startup Time; Other VM Optimizations; Better Optimizing Compilers

    What Optimizing Compilers Cannot DoWhat Optimizing Compilers Can Do; Remove unused methods and classes; Increase statically bound calls; Cut dead code and unnecessary instructions, including checks for null; Use computationally cheaper alternatives (strength reduction); Replace runtime computations with compiled results; Remove unused fields; Remove unnecessary parts of compiled files; Reduce necessary parts of compiled files; Alter access control to speed up invocations; Inline calls; Remove dynamic type checks; Unroll loops; Code motion; Eliminate common subexpressions

    Eliminate unnecessary assignmentsRename classes, fields, and methods; Reorder or change bytecodes; Generate information to help a VM; Managing Compilers; Sun's Compiler and Runtime Optimizations; Optimizations You Get for Free; Literal constants are folded; String concatenation is sometimes folded; Constant fields are inlined; Dead code branches are eliminated; Optimizations Performed When Using the -O Option; Performance Effects From Runtime Options; Compile to Native Machine Code; Native Method Calls; Uncompressed ZIP/JAR Files; Performance Checklist; Chapter 4. Object Creation

    Object-Creation Statistics

    Electronic reproduction; Mode of access: World Wide Web

  2. Java performance tuning
    [covers Java SDK 1.4 ; includes J2EE performance tuning]
    Autor*in: Shirazi, Jack
    Erschienen: 2003
    Verlag:  O'Reilly, Beijing [u.a.]

    Humboldt-Universität zu Berlin, Universitätsbibliothek, Jacob-und-Wilhelm-Grimm-Zentrum
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Buch (Monographie)
    ISBN: 0596003773
    RVK Klassifikation: ST 260 ; ST 250
    Auflage/Ausgabe: 2. ed.
    Schlagworte: Java 2 Enterprise Edition; JDK 1.4; Tuning; Java <Programmiersprache>
    Umfang: XV, 570 S.
  3. Java network programming
    [covers Java 2, JDK 1.2 and 1.3]
    Erschienen: 2000
    Verlag:  O'Reilly, Beijing ; Cambridge ; Farnham ; Köln ; Paris ; Sebastopol ; Taip

    Humboldt-Universität zu Berlin, Universitätsbibliothek, Jacob-und-Wilhelm-Grimm-Zentrum
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Verbund der Öffentlichen Bibliotheken Berlins - VÖBB
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Brandenburgische Technische Universität Cottbus - Senftenberg, Universitätsbibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Buch (Monographie)
    ISBN: 1565928709
    RVK Klassifikation: ST 260 ; ST 250
    Auflage/Ausgabe: 2. ed.
    Schriftenreihe: The Java series
    Schlagworte: Java 2; Applet; JDK 1.4; Java 2 Standard Edition 5.0; API; Rechnernetz; JDK 1.2; Java <Programmiersprache>
    Umfang: XXVI, 731 S., graph. Darst. : 24 cm
  4. Java performance tuning
    [efficient & effective tuning strategies ; covers Java SDK 1.4, includes J2EE performance tuning]
    Autor*in: Shirazi, Jack
    Erschienen: 2003
    Verlag:  O'Reilly, Beijing

    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Buch (Monographie)
    Format: Druck
    ISBN: 0596003773
    DDC Klassifikation: Datenverarbeitung; Informatik (004)
    Auflage/Ausgabe: 2. ed.
    Schlagworte: Java 2 Enterprise Edition; Tuning; JDK 1.4; Tuning
    Umfang: XV, 570 S., graph. Darst., 24 cm
  5. Java network programming
    [developing networked applications]
    Erschienen: 2013
    Verlag:  O'Reilly, Beijing [u.a.]

    TU Berlin, Universitätsbibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Hinweise zum Inhalt
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Buch (Monographie)
    ISBN: 9781449357672; 1449357679
    Weitere Identifier:
    9781449357672
    RVK Klassifikation: ST 250
    DDC Klassifikation: Datenverarbeitung; Informatik (004)
    Auflage/Ausgabe: 4. ed.
    Schlagworte: Java 2; Applet; JDK 1.4; Java 2 Standard Edition 5.0; API; Rechnernetz; JDK 1.2; Java <Programmiersprache>
    Umfang: XXII, 477 S., Ill.
    Bemerkung(en):

    Hier auch später erschienene, unveränderte Nachdrucke

  6. Java network programming
    [developing networked applications ; covers Java 5.0]
    Erschienen: 2004
    Verlag:  O'Reilly, Beijing

    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Buch (Monographie)
    Format: Druck
    ISBN: 0596007213
    Weitere Identifier:
    9780596007218
    DDC Klassifikation: Datenverarbeitung; Informatik (004)
    Auflage/Ausgabe: 3. ed.
    Schlagworte: Java <Programmiersprache>; Java <Programmiersprache>; API; JDK 1.4; Java <Programmiersprache>; Applet; Java 2 Standard Edition 5.0
    Weitere Schlagworte: (VLB-FS)Java; (VLB-FS)Network; (VLB-PF)00: (unbekannt); (VLB-WI)2: Taschenbuch; (VLB-WG)632: Informatik, EDV / Informatik
    Umfang: XXII, 735 S., graph. Darst., 24 cm
  7. Java performance tuning
    "Covers Java SDK 1.4; includes J2EE performance tuning"--Cover. - "Efficient & effective tuning strategies"--Cover
    Autor*in: Shirazi, Jack
    Erschienen: c2003
    Verlag:  O'Reilly, Sebastopol, [Calif.]

    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Hinweise zum Inhalt
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Buch (Monographie)
    Format: Online
    RVK Klassifikation: ST 250
    Auflage/Ausgabe: 2nd ed
    Schriftenreihe: Safari Books Online
    Schlagworte: Java (Computer program language); JDK 1.4; Tuning; Java 2 Enterprise Edition
    Umfang: 1 Online-Ressource (xv, 570 p. S.), 24 cm
    Bemerkung(en):

    Includes bibliographical references (p. 533-536) and index

  8. Java network programming
    [developing networked applications ; covers Java 5.0]
    Erschienen: 2004
    Verlag:  O'Reilly, Beijing [u.a.]

    Universitätsbibliothek J. C. Senckenberg, Informatikbibliothek
    D.3-570
    keine Fernleihe
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Buch (Monographie)
    Format: Druck
    ISBN: 0596007213; 9780596007218
    RVK Klassifikation: ST 260 ; ST 250
    DDC Klassifikation: Datenverarbeitung; Informatik (004)
    Auflage/Ausgabe: 3. ed.
    Schlagworte: Java <Programmiersprache>; API; JDK 1.4; Applet; Java 2 Standard Edition 5.0
    Umfang: XXII, 735 S., graph. Darst., 24 cm
  9. Learning Java
    [covers Java 2 SDK 1.4]
    Erschienen: 2002
    Verlag:  O'Reilly, Beijing [u.a.]

    Universitätsbibliothek J. C. Senckenberg, Informatikbibliothek
    Ausgesondert: D.3-512
    keine Fernleihe
    Universitätsbibliothek J. C. Senckenberg, Informatikbibliothek
    Ausgesondert: D.3-512 CDR
    keine Fernleihe
    Hochschul- und Landesbibliothek Fulda, Standort Campus
    21 / ST 250 J35 N672 (2)
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Hinweise zum Inhalt
    Quelle: Verbundkataloge
    Beteiligt: Knudsen, Jonathan
    Sprache: Englisch
    Medientyp: Buch (Monographie)
    Format: Druck
    RVK Klassifikation: ST 250
    Auflage/Ausgabe: 2. ed.
    Schlagworte: JDK 1.4; Java <Programmiersprache>; Java 2 Standard Edition 5.0
    Umfang: XVII, 807 S., graph. Darst.
  10. Java performance tuning
    [efficient & effective tuning strategies ; covers Java SDK 1.4 ; includes J2EE performance tuning]
    Autor*in: Shirazi, Jack
    Erschienen: 2003
    Verlag:  O'Reilly, Beijing [u.a.]

    Bibliothek der Hochschule Darmstadt, Zentralbibliothek
    00/ST 250 J35 S558 (2)
    keine Fernleihe
    Universitätsbibliothek Kassel, Standort Wilhelmshöher Allee
    55 inf M 5 JAV SHI
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Hochschul- und Landesbibliothek RheinMain, Unter den Eichen
    30 BE 190 171 A.2
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Hinweise zum Inhalt
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Buch (Monographie)
    Format: Druck
    ISBN: 0596003773; 9780596003777
    RVK Klassifikation: ST 250 ; ST 260
    Auflage/Ausgabe: 2. ed.
    Schlagworte: Java 2 Enterprise Edition; Tuning; JDK 1.4
    Umfang: XV, 570 S., graph. Darst., 24 cm
  11. Learning Java
    "Covers Java 2 SDK 1.4"--Cover
    Erschienen: c2002
    Verlag:  O'Reilly, Sebastopol, CA

    Zugang:
    Universität Frankfurt, Elektronische Ressourcen
    /
    keine Fernleihe
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Beteiligt: Knudsen, Jonathan
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 0596002858
    RVK Klassifikation: ST 250
    Auflage/Ausgabe: 2nd ed
    Schlagworte: JDK 1.4; Java <Programmiersprache>; Java 2 Standard Edition 5.0
    Umfang: xvii, 807 p. S., 24 cm. +
    Bemerkung(en):

    "Help for new Java developers"--Cover. - "Java software development kit standard edition v1.40 for Solaris, Windows, or Linus; NetBeans IDE v3.3.1 and NetBeans extra binary files; Ant v1.4.1; Tomcat v4.0.3; and BeanShell v1.2"--Disc. - Includes index

    Online-Ausg.:

  12. Java network programming
    [developing networked applications; covers Java 5.0]
    Erschienen: 2005
    Verlag:  O'Reilly, Beijing

    Hochschule Furtwangen University. Informatik, Technik, Wirtschaft, Medien. Campus Furtwangen, Bibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Duale Hochschule Baden-Württemberg Heidenheim, Bibliothek
    Z 320/ Haro
    keine Fernleihe
    Karlsruher Institut für Technologie, KIT-Bibliothek
    97 A 692(3)
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Universitätsbibliothek Leipzig
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Universitätsbibliothek Mannheim
    2005 AU 1532
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Hochschulbibliothek Reutlingen (Lernzentrum)
    I 3-390-455/3
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Hinweise zum Inhalt
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Buch (Monographie)
    Format: Druck
    ISBN: 0596007213
    Weitere Identifier:
    9780596007218
    RVK Klassifikation: ST 260 ; ST 250
    Auflage/Ausgabe: 3. ed.
    Schlagworte: Java <Programmiersprache>; ; Java <Programmiersprache>; API; ; JDK 1.4; ; Java <Programmiersprache>; Applet; ; Java 2 Standard Edition 5.0;
    Umfang: XXII, 735 S., Ill., graph. Darst.
  13. Java network programming
    [developing networked applications]
    Erschienen: 2014
    Verlag:  O'Reilly, Beijing

    Sächsische Landesbibliothek - Staats- und Universitätsbibliothek Dresden
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Universitätsbibliothek Heidelberg
    LN-U10-10958
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Bibliothek LIV HN Sontheim
    621.843 HAR
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Badische Landesbibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Karlsruher Institut für Technologie, KIT-Bibliothek
    97 A 692(4)
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Universität Konstanz, Kommunikations-, Informations-, Medienzentrum (KIM)
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Berufsakademie Sachsen, Staatliche Studienakademie Leipzig, Bibliothek
    keine Ausleihe von Bänden, nur Papierkopien werden versandt
    Hochschule Mannheim, Hochschulbibliothek
    ST 250 J35 255
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Hochschule für Technik und Wirtschaft des Saarlandes, Bibliothek / Bereich Goebenstraße
    ST 250 J35 Har
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Universitätsbibliothek Stuttgart
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Hinweise zum Inhalt
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Buch (Monographie)
    Format: Druck
    ISBN: 9781449357672
    RVK Klassifikation: ST 260 ; ST 250
    Auflage/Ausgabe: 4. ed.
    Schlagworte: Java <Programmiersprache>; ; Java <Programmiersprache>; API; ; JDK 1.4; ; Java <Programmiersprache>; Applet; ; Java 2 Standard Edition 5.0;
    Umfang: XXII, 477 S., graph. Darst., Kt.
  14. Java performance tuning
    [efficient & effective tuning strategies ; covers Java SDK 1.4, includes J2EE performance tuning]
    Autor*in: Shirazi, Jack
    Erschienen: 2003
    Verlag:  O'Reilly Verlag GmbH & Co. KG, Beijing [u.a.]

    Verbund der Öffentlichen Bibliotheken Berlins - VÖBB
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Buch (Monographie)
    Format: Druck
    ISBN: 0596003773
    Auflage/Ausgabe: 2. ed.
    Schlagworte: Java 2 Enterprise Edition; JDK 1.4; Tuning
    Umfang: XV, 570 Seiten, graph. Darst., 24 cm
  15. Java network programming
    [covers Java 5.0]
    Erschienen: 2004
    Verlag:  O'Reilly, Beijing u.a.

    Universitätsbibliothek Erlangen-Nürnberg, Technisch-naturwissenschaftliche Zweigbibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Hochschule Weihenstephan-Triesdorf, Zentralbibliothek
    keine Ausleihe von Bänden, nur Papierkopien werden versandt
    Hochschule für Angewandte Wissenschaften Hof - Hochschule Hof, Bibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Hochschulbibliothek Ingolstadt
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Buch (Monographie)
    ISBN: 0596007213
    RVK Klassifikation: ST 250
    Auflage/Ausgabe: 3. ed.
    Schriftenreihe: The Java series
    Schlagworte: Java 2; Rechnernetz; JDK 1.2; Applet; Java <Programmiersprache>; JDK 1.4; Java 2 Standard Edition 5.0; API
    Umfang: XXII, 735 S., graph. Darst. : 24 cm
  16. Java performance tuning
    "Covers Java SDK 1.4; includes J2EE performance tuning"--Cover
    Autor*in: Shirazi, Jack
    Erschienen: c2003
    Verlag:  O'Reilly, Sebastopol, [Calif.]

    Hessisches BibliotheksInformationsSystem HeBIS
    keine Fernleihe
    Hessisches BibliotheksInformationsSystem HeBIS
    keine Fernleihe
    Hessisches BibliotheksInformationsSystem HeBIS
    keine Fernleihe
    Hessisches BibliotheksInformationsSystem HeBIS
    keine Fernleihe
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 0596003773; 9780596003777
    RVK Klassifikation: ST 250 ; ST 260
    Auflage/Ausgabe: 2nd ed
    Schriftenreihe: Safari Books Online
    Schlagworte: Java 2 Enterprise Edition; Tuning; JDK 1.4
    Umfang: xv, 570 p. S., 24 cm
    Bemerkung(en):

    "Efficient & effective tuning strategies"--Cover

    Online-Ausg.:

  17. Java network programming
    [developing networked applications]
    Erschienen: 2013
    Verlag:  O'Reilly, Beijing [u.a.]

    THD - Technische Hochschule Deggendorf, Hochschulbibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Technische Universität München, Universitätsbibliothek, Teilbibliotheken Garching
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Hinweise zum Inhalt
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Buch (Monographie)
    ISBN: 9781449357672; 1449357679
    Weitere Identifier:
    9781449357672
    RVK Klassifikation: ST 250
    DDC Klassifikation: Datenverarbeitung; Informatik (004)
    Auflage/Ausgabe: 4. ed.
    Schlagworte: Java 2; Applet; JDK 1.4; Java 2 Standard Edition 5.0; API; Rechnernetz; JDK 1.2; Java <Programmiersprache>
    Umfang: XXII, 477 S., Ill.
    Bemerkung(en):

    Hier auch später erschienene, unveränderte Nachdrucke

  18. Java performance tuning
    [covers Java SDK 1.4 ; includes J2EE performance tuning]
    Autor*in: Shirazi, Jack
    Erschienen: 2003
    Verlag:  O'Reilly, Beijing [u.a.]

    Hochschule Augsburg, Bibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Universitätsbibliothek Bamberg
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Universitätsbibliothek Bayreuth
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Universitätsbibliothek Erlangen-Nürnberg, Technisch-naturwissenschaftliche Zweigbibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Hochschulbibliothek Ingolstadt
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Hochschule Kempten, Hochschulbibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Universität der Bundeswehr München, Universitätsbibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Technische Hochschulbibliothek Rosenheim
    keine Ausleihe von Bänden, nur Papierkopien werden versandt
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Buch (Monographie)
    ISBN: 0596003773
    RVK Klassifikation: ST 260 ; ST 250
    Auflage/Ausgabe: 2. ed.
    Schlagworte: Java 2 Enterprise Edition; JDK 1.4; Tuning; Java <Programmiersprache>
    Umfang: XV, 570 S.
  19. Java network programming
    [covers Java 2, JDK 1.2 and 1.3]
    Erschienen: 2000
    Verlag:  O'Reilly, Beijing ; Cambridge ; Farnham ; Köln ; Paris ; Sebastopol ; Taip

    Universitätsbibliothek Bayreuth
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Universitätsbibliothek Erlangen-Nürnberg, Technisch-naturwissenschaftliche Zweigbibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Technische Universität München, Universitätsbibliothek, Teilbibliotheken Garching
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Buch (Monographie)
    ISBN: 1565928709
    RVK Klassifikation: ST 260 ; ST 250
    Auflage/Ausgabe: 2. ed.
    Schriftenreihe: The Java series
    Schlagworte: Java 2; Applet; JDK 1.4; Java 2 Standard Edition 5.0; API; Rechnernetz; JDK 1.2; Java <Programmiersprache>
    Umfang: XXVI, 731 S., graph. Darst. : 24 cm
  20. Java network programming
    [developing networked applications]
    Erschienen: 2005
    Verlag:  O'Reilly, Beijing [u.a.]

    Universitäts- und Landesbibliothek, Abteilungsbibliothek Medizin, Naturwissenschaften und Landbau
    2005/25140
    Ausleihe von Bänden möglich, keine Kopien
    Universitäts- und Landesbibliothek, Abteilungsbibliothek Medizin, Naturwissenschaften und Landbau
    Inf Lfs 10
    Ausleihe von Bänden möglich, keine Kopien
    Universitätsbibliothek Duisburg-Essen, Campus Essen
    TYD2531(3)
    Westfälische Hochschule Gelsenkirchen Bocholt Recklinghausen, Hochschulbibliothek
    01TYD967(3)
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Landesbibliothekszentrum Rheinland-Pfalz / Rheinische Landesbibliothek
    2004/6841
    Ausleihe von Bänden möglich, keine Kopien
    Universitäts- und Landesbibliothek Münster
    3W 116
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Hochschul- und Kreisbibliothek Bonn-Rhein-Sieg
    11 = TYD2133(3)+1
    Ausleihe von Bänden möglich, keine Kopien
    Universitätsbibliothek Siegen
    51TYIJ2817(3)
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Hinweise zum Inhalt
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Buch (Monographie)
    ISBN: 0596007213
    Weitere Identifier:
    9780596007218
    DDC Klassifikation: Datenverarbeitung; Informatik (004)
    Auflage/Ausgabe: 3. ed.
    Schlagworte: API; Java 2 Standard Edition 5.0; Java <Programmiersprache>; JDK 1.4; Applet
    Umfang: XXII, 735 S., Ill.
  21. Java performance tuning
    [efficient & effective tuning strategies ; covers Java SDK 1.4 ; includes J2EE performance tuning]
    Autor*in: Shirazi, Jack
    Erschienen: 2003
    Verlag:  O'Reilly, Beijing [u.a.]

    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 0596003773
    RVK Klassifikation: ST 260 ; ST 250 ; ST 250 J35
    Auflage/Ausgabe: 2. ed.
    Schriftenreihe: Safari Books online
    Schlagworte: Tuning; JDK 1.4; Java 2 Enterprise Edition; Java <Programmiersprache>
  22. Java performance tuning
    [efficient & effective tuning strategies ; covers Java SDK 1.4 ; includes J2EE performance tuning]
    Autor*in: Shirazi, Jack
    Erschienen: 2003
    Verlag:  O'Reilly, Beijing [u.a.]

    Ruhr-Universität Bochum, Verbundbibliothek IB Fachbibliothek für Geographie, Geologie, Mathematik, Psychologie
    I SHI
    keine Fernleihe
    Ruhr-Universität Bochum, Verbundbibliothek IC BU/MB
    CSp 208
    keine Fernleihe
    Westfälische Hochschule Gelsenkirchen Bocholt Recklinghausen, Hochschulbibliothek
    01TYD829(2)
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Bibliothek des Fachbereichs Mathematik und Informatik der Universität
    I Shir
    keine Fernleihe
    Universitätsbibliothek Paderborn
    Universitätsbibliothek Paderborn
    TWP20485(2)
    Hochschul- und Kreisbibliothek Bonn-Rhein-Sieg
    11 = TYD2222(2)+1
    Ausleihe von Bänden möglich, keine Kopien
    Hochschul- und Kreisbibliothek Bonn-Rhein-Sieg
    11 = TYD2222(2)
    Ausleihe von Bänden möglich, keine Kopien
    Universitätsbibliothek Siegen
    51TYIJ2443(2)
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Buch (Monographie)
    ISBN: 9780596003777; 0596003773
    RVK Klassifikation: ST 250 ; ST 260 ; ST 250 J35
    Auflage/Ausgabe: 2. ed.
    Schlagworte: Java <Programmiersprache>; Java 2 Enterprise Edition; JDK 1.4; Tuning
    Umfang: XV, 570 S., graph. Darst.