Java 17 Quick Syntax Reference: A Pocket Guide to the Java SE Language, APIs, and Library
Autor Mikael Olssonen Limba Engleză Paperback – 24 oct 2021
This edition includes the following additions to Java SE and OpenJDK, through Java 17: Pattern matching for switch and instanceof, Sealed classes and interfaces, Switch expressions, Text block multiline strings, Java module system, Private methods in interfaces, and Type inference for local variables.
You won’t find any technical jargon, bloated samples, drawn out history lessons or witty stories in this book. What you will find is a language reference that is concise, to the point and highly accessible. The book is packed with useful information and is a must-have for any Java programmer.What You Will Learn
- Run a Java file with a single command
- Learn what a switch expression is and how to use it
- Use pattern matching
- Code with Java modules
- Create text blocks to handle multiline strings
- Learn what sealed classes are and how to use these and more
Who This Book Is For
Those with prior experience with Java who want a quick and handy reference.
Preț: 203.36 lei
Preț vechi: 254.21 lei
-20% Nou
Puncte Express: 305
Preț estimativ în valută:
38.92€ • 40.43$ • 32.33£
38.92€ • 40.43$ • 32.33£
Carte disponibilă
Livrare economică 13-27 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484273708
ISBN-10: 1484273702
Pagini: 100
Ilustrații: XVI, 131 p. 2 illus.
Dimensiuni: 155 x 235 mm
Greutate: 0.24 kg
Ediția:Third Edition
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484273702
Pagini: 100
Ilustrații: XVI, 131 p. 2 illus.
Dimensiuni: 155 x 235 mm
Greutate: 0.24 kg
Ediția:Third Edition
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
1. Hello World.- 2. Compile and Run.- 3. Variables.- 4. Operators.- 5. String.- 6. Arrays.- 7. Conditionals.- 8. Loops.- 9. Methods.- 10. Class.- 11. Static.- 12. Inheritance.- 13. Overriding.- 14. Packages and Import.- 15. Modules.- 16. Access Levels.- 17. Constants.- 18. Interface.- 19. Abstract.- 20. Enum.- 21. Exception Handling.- 22. Boxing and Unboxing.- 23. Generics.
Notă biografică
Mikael Olsson is a professional web entrepreneur, programmer, and author. He works for an R&D company in Finland where he specializes in software development. In his spare time he writes books and creates websites that summarize various fields of interest. The books he writes are focused on teaching their subject in the most efficient way possible, by explaining only what is relevant and practical without any unnecessary repetition or theory.
Textul de pe ultima copertă
Quickly gain the insight necessary to address a multitude of Java coding challenges using this succinct reference guide, Java 17 Quick Syntax Reference, Third Edition. Short, focused code examples will help you learn and master various existing and new Java source code elements.
This edition includes the following additions to Java SE and OpenJDK, through Java 17: Pattern matching for switch and instanceof, Sealed classes and interfaces, Switch expressions, Text block multiline strings, Java module system, Private methods in interfaces, and Type inference for local variables.
You won’t find any technical jargon, bloated samples, drawn out history lessons or witty stories in this book. What you will find is a language reference that is concise, to the point and highly accessible. The book is packed with useful information and is a must-have for any Java programmer. You will:
This edition includes the following additions to Java SE and OpenJDK, through Java 17: Pattern matching for switch and instanceof, Sealed classes and interfaces, Switch expressions, Text block multiline strings, Java module system, Private methods in interfaces, and Type inference for local variables.
You won’t find any technical jargon, bloated samples, drawn out history lessons or witty stories in this book. What you will find is a language reference that is concise, to the point and highly accessible. The book is packed with useful information and is a must-have for any Java programmer. You will:
- Run a Java file with a single command
- Learn what a switch expression is and how to use it
- Use pattern matching
- Code with Java modules
- Create text blocks to handle multiline strings
- Learn what sealed classes are and how to use these and more
Who This Book Is For
Those with prior experience with Java who want a quick and handy reference.
Caracteristici
Quickly learn and master latest Java SE code syntax, APIs and more Learn to code with Match Expressions and the new Java Flight Recorder Utilize condensed code examples to resolve your own coding challenges