Cargando…

Java 9 recipes : a problem-solution approach /

Quickly find solutions to dozens of common programming problems encountered while building Java applications. Content is presented in the popular problem-solution format. Look up the programming problem that you want to resolve. Read the solution. Apply the solution directly in your own code. Proble...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Juneau, Josh (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: California : Apress, [2017]
Edición:Third edition.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ii 4500
001 OR_ocn989037822
003 OCoLC
005 20231017213018.0
006 m o d
007 cr |n|||||||||
008 170605s2017 cau ob 001 0 eng d
040 |a YDX  |b eng  |e rda  |e pn  |c YDX  |d N$T  |d EBLCP  |d GW5XE  |d UAB  |d ESU  |d AZU  |d UPM  |d OCLCF  |d IOG  |d COO  |d MERER  |d OCLCQ  |d UMI  |d STF  |d VT2  |d K6U  |d IDB  |d U3W  |d MERUC  |d CAUOI  |d D6H  |d OCLCQ  |d CEF  |d KSU  |d EZ9  |d OCLCQ  |d WYU  |d OCLCQ  |d UKMGB  |d OCLCQ  |d AUD  |d LEAUB  |d UKAHL  |d CNCEN  |d OCLCQ  |d ERF  |d UKBTH  |d UHL  |d LEATE  |d OCLCQ  |d OCLCO  |d SRU  |d OCLCO  |d OCLCQ  |d OCLCO 
016 7 |a 019126952  |2 Uk 
019 |a 988773397  |a 989551168  |a 992543443  |a 992828446  |a 1005139017  |a 1005770890  |a 1008955318  |a 1011993450  |a 1012827600  |a 1022773331  |a 1029484409  |a 1048152533  |a 1058661563  |a 1060194474  |a 1066458807  |a 1066660628  |a 1086523816  |a 1097084612  |a 1105790978  |a 1112547233  |a 1113124441  |a 1113640268  |a 1122816991  |a 1159658218 
020 |a 9781484219768  |q (electronic bk.) 
020 |a 1484219767  |q (electronic bk.) 
020 |z 1484219759 
020 |z 9781484219751 
024 7 |a 10.1007/978-1-4842-1976-8  |2 doi 
024 8 |a 9781484219751 
029 1 |a AU@  |b 000060382169 
029 1 |a CHNEW  |b 000961947 
029 1 |a CHVBK  |b 491705778 
029 1 |a DKDLA  |b 820120-katalog:000767512 
029 1 |a GBVCP  |b 1014935733 
029 1 |a UKMGB  |b 019126952 
029 1 |a AU@  |b 000067100330 
029 1 |a AU@  |b 000068984876 
035 |a (OCoLC)989037822  |z (OCoLC)988773397  |z (OCoLC)989551168  |z (OCoLC)992543443  |z (OCoLC)992828446  |z (OCoLC)1005139017  |z (OCoLC)1005770890  |z (OCoLC)1008955318  |z (OCoLC)1011993450  |z (OCoLC)1012827600  |z (OCoLC)1022773331  |z (OCoLC)1029484409  |z (OCoLC)1048152533  |z (OCoLC)1058661563  |z (OCoLC)1060194474  |z (OCoLC)1066458807  |z (OCoLC)1066660628  |z (OCoLC)1086523816  |z (OCoLC)1097084612  |z (OCoLC)1105790978  |z (OCoLC)1112547233  |z (OCoLC)1113124441  |z (OCoLC)1113640268  |z (OCoLC)1122816991  |z (OCoLC)1159658218 
037 |a CL0500000897  |b Safari Books Online 
050 4 |a QA76.73.J38 
072 7 |a COM  |x 051280  |2 bisacsh 
082 0 4 |a 005.13/3  |2 23 
049 |a UAMI 
100 1 |a Juneau, Josh,  |e author. 
245 1 0 |a Java 9 recipes :  |b a problem-solution approach /  |c Josh Juneau. 
250 |a Third edition. 
264 1 |a California :  |b Apress,  |c [2017] 
264 2 |a New York, NY :  |b Distributed to the Book trade worldwide by Springer Science+Business Media 
264 4 |c ©2017 
300 |a 1 online resource 
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  |b PDF  |2 rda 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed June 8, 2017). 
505 0 |a At a Glance; Contents; About the Author; About the Technical Reviewer; Acknowledgments; Introduction; Chapter 1: Getting Started with Java 9; 1-1. Creating a Development Environment; Problem; Solution; How It Works; 1-2. Getting to "Hello, World"; Problem; Solution; How It Works; Packages; JavaBeans-Style Classes; The Main Program; 1-3. Configuring the CLASSPATH; Problem; Solution; How It Works; 1-4. Organizing Code with Packages; Problem; Solution; How It Works; 1-5. Declaring Variables and Access Modifiers; Problem; Solution; How It Works. 
505 8 |a 1-6. Compiling and Executing from the Command-Line or Terminal InterpreterProblem; Solution; How It Works; 1-7. Developing Within the Interactive jShell; Problem; Solution; How It Works; 1-8. Converting to and from a String; Problem; Solution; How It Works; 1-9. Passing Arguments via Command-Line Execution; Problem; Solution; How It Works; 1-10. Executing a Script via the jShell; Problem; Solution; How It Works; 1-11. Accepting Input from the Keyboard; Problem; Solution; How It Works; 1-12. Documenting Your Code; Problem; Solution; How It Works; Formatting the Documentation. 
505 8 |a Executing the Tool1-13. Reading Environment Variables; Problem; Solution; How It Works; Summary; Chapter 2: Java 9 Enhancements; 2-1. Avoiding Redundancy in Interface Code; Problem; Solution; How It Works; 2-2. Creating Modules for Simplifying and Code Reuse; Problem; Solution; How It Works; 2-3. Easily Retrieving Information on OS Processes; Problem; Solution; How It Works; 2-4. Handling Errors with Ease; Problem; Solution; How It Works; 2-5. Filtering Data Before and After a Condition with Streams; Problem; Solution; How It Works; 2-6. Developing a Concise HTTP Client; Problem; Solution. 
505 8 |a How It Works2-7. Redirecting Platform Logs; Problem; Solution; How It Works; 2-8. Utilizing Factory Methods to Create Immutable Collections; Problem; Solution; How It Works; Summary; Chapter 3: Strings; Compact Strings: Java 9 String Enhancements; 3-1. Obtaining a Subsection of a String; Problem; Solution; How It Works; 3-2. Comparing Strings; Problem; Solution; How It Works; 3-3. Trimming Whitespace; Problem; Solution; How It Works; 3-4. Changing the Case of a String; Problem; Solution; How It Works; 3-5. Concatenating Strings; Problem; Solution 1; Solution 2; Solution 3; How It Works. 
505 8 |a 3-6. Converting Strings to Numeric ValuesProblem; Solution 1; Solution 2; How It Works; 3-7. Iterating Over the Characters of a String; Problem; Solution; How It Works; 3-8. Finding Text Matches; Problem; Solution 1; Solution 2; How It Works; 3-9. Replacing All Text Matches; Problem; Solution; How It Works; 3-10. Determining Whether a File Suffix Matches a Given String; Problem; Solution; How It Works; 3-11. Making a String That Can Contain Dynamic Information; Problem; Solution 1; Solution 2; How It Works; Summary; Chapter 4: Numbers and Dates. 
520 |a Quickly find solutions to dozens of common programming problems encountered while building Java applications. Content is presented in the popular problem-solution format. Look up the programming problem that you want to resolve. Read the solution. Apply the solution directly in your own code. Problem solved! This revised edition covers important new features such as Java 9's jShell and the new modularity features enabling you to separate code into independent modules that perform discrete tasks. Also covered are the new garbage collection algorithm and completely revamped process API. Enhanced JSON coverage is provided as well as a new chapter on JavaServer Faces development for web applications. What You Will Learn: Develop Java SE applications using the latest in Java SE technology Exploit advanced features like modularity and lambdas Utilize the jShell to quickly develop solutions Build dynamic web applications with JavaScript and Project Nashorn Create great-looking web interfaces with JavaServer Faces Generate graphics and work with media such as sound and video Add internationalization support to your Java applications. 
504 |a Includes bibliographical references and index. 
542 |f Copyright © 2017 by Josh Juneau  |g 2017 
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 Programming & scripting languages: general.  |2 bicssc 
650 7 |a Computer programming  |x software development.  |2 bicssc 
650 7 |a COMPUTERS  |x Programming Languages  |x Java.  |2 bisacsh 
650 7 |a Java (Computer program language)  |2 fast 
776 0 8 |i Print version:  |a Juneau, Josh.  |t Java 9 recipes.  |b Third edition.  |d California : Apress, [2017]  |z 1484219759  |z 9781484219751  |w (OCoLC)966194613 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484219751/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH33062841 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL4869400 
938 |a EBSCOhost  |b EBSC  |n 1528909 
938 |a YBP Library Services  |b YANK  |n 14537227 
994 |a 92  |b IZTAP