Java cookbook

You have a choice: you can wade your way through lengthy Java tutorials and figure things out by trial and error, or you can pick up Java Cookbook, 2nd Edition and get to the heart of what you need to know when you need to know it. With the completely revised and thoroughly updated Java Cookbook, 2n...

Full description

Bibliographic Details
Main Author: Darwin, Ian F.
Format: eBook
Language:English
Published: Sebastopol, CA O'Reilly 2004
Edition:2nd ed
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 05154nmm a2200481 u 4500
001 EB001928193
003 EBX01000000000000001091095
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 9780596518110 
020 |a 9780596555207 
020 |a 0596518110 
050 4 |a QA76.73.J38 
100 1 |a Darwin, Ian F. 
245 0 0 |a Java cookbook  |c Ian F. Darwin 
250 |a 2nd ed 
260 |a Sebastopol, CA  |b O'Reilly  |c 2004 
300 |a xxiv, 829 pages  |b illustrations 
505 0 |a 2.0 Introduction2.1 Getting Environment Variables; Problem; Solution; Discussion; 1.4 and earlier; Back to the future: 1.5; 2.2 System Properties; Problem; Solution; Discussion; See Also; 2.3 Writing JDK Release-Dependent Code; Problem; Solution; Discussion; 2.4 Writing Operating System-Dependent Code; Problem; Solution; Discussion; 2.5 Using Extensions or Other Packaged APIs; Problem; Solution; Discussion; 2.6 Parsing Command-Line Arguments; Problem; Solution; Discussion; See Also; Strings and Things; 3.0 Introduction; 3.1 Taking Strings Apart with Substrings; Problem; Solution; Discussion 
505 0 |a 1.10 Conditional Debugging Without #ifdefProblem; Solution; Discussion; Conditional compilation?; See Also; 1.11 Debugging Printouts; Problem; Solution; Discussion; See Also; 1.12 Maintaining Program Correctness with Assertions; Problem; Solution; Discussion; 1.13 Debugging with JDB; Problem; Solution; Discussion; 1.14 Unit Testing: Avoid the Need forDebuggers; Problem; Solution; Discussion; See Also; 1.15 Getting Readable Tracebacks; Problem; Solution; Discussion; 1.16 Finding More Java Source Code; Problem; Solution; Discussion; 1.17 Program: Debug; Interacting with the Environment 
505 0 |a Table of Contents; Preface; Preface to the Second Edition; Preface to the First Edition; Who This Book Is For; What's in This Book?; Platform Notes; Other Books; Other Java Books; General Programming Books; Design Books; Conventions Used in This Book; Programming Conventions; Typesetting Conventions; Comments and Questions; Getting the Source Code; Acknowledgments; Getting Started: Compiling, Running, and Debugging; 1.0 Introduction; 1.1 Compiling and Running Java: JDK; Problem; Solution; JDK; Command-line alternatives; Mac OS X; 1.2 Editing and Compiling with a Color-Highlighting Editor 
505 0 |a 3.2 Taking Strings Apart with StringTokenizerProblem; Solution; See Also; 3.3 Putting Strings Together with +, StringBuilder (JDK 1.5), and StringBuffer; Problem; Solution; Discussion; 3.4 Processing a String One Character at a Time; Problem; Solution; Discussion; 3.5 Aligning Strings; Problem; Solution; Discussion; See Also; 3.6 Converting Between Unicode Characters and Strings; Problem; Solution; See Also; 3.7 Reversing a String by Word or by Character; Problem; Solution; Discussion; 3.8 Expanding and Compressing Tabs; Problem; Solution; Discussion; 3.9 Controlling Case; Problem; Solution 
505 0 |a ProblemSolution; Discussion; 1.3 Compiling, Running, and Testing with an IDE; Problem; Solution; Discussion; See Also; 1.4 Using CLASSPATH Effectively; Problem; Solution; Discussion; 1.5 Using the com.darwinsys API Classes from This Book; Problem; Solution; Discussion; 1.6 Compiling the Source Code Examples from This Book; Problem; Solution; Discussion; A caveat; 1.7 Automating Compilation with Ant; Problem; Solution; Discussion; See Also; 1.8 Running Applets; Problem; Solution; Discussion; See Also; 1.9 Dealing with Deprecation Warnings; Problem; Solution; Discussion 
653 |a COMPUTERS / Programming Languages / Java / bisacsh 
653 |a Java (programmeertaal) / gtt 
653 |a COMPUTERS / Programming Languages / C♯ / bisacsh 
653 |a Java (Computer program language) / fast 
653 |a Java (Langage de programmation) 
653 |a COMPUTERS / Programming Languages / Pascal / bisacsh 
653 |a Java (Computer program language) / http://id.loc.gov/authorities/subjects/sh95008574 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
500 |a Includes index. - Master and use copy. Digital master created according to Benchmark for Faithful Digital Reproductions of Monographs and Serials, Version 1. Digital Library Federation, December 2002 
776 |z 9780596007010 
776 |z 9780596518110 
776 |z 0596007019 
776 |z 0596555202 
776 |z 9780596555207 
776 |z 0596518110 
856 4 0 |u https://learning.oreilly.com/library/view/~/0596007019/?ar  |x Verlag  |3 Volltext 
082 0 |a 005.13/3 
520 |a You have a choice: you can wade your way through lengthy Java tutorials and figure things out by trial and error, or you can pick up Java Cookbook, 2nd Edition and get to the heart of what you need to know when you need to know it. With the completely revised and thoroughly updated Java Cookbook, 2nd Edition, Java developers like you will learn by example, try out new features, and use sample code to understand how new additions to the language and platform work--and how to put them to work for you. This comprehensive collection of problems, solutions, and