Java 23 for Absolute Beginners - Cosmina, Iuliana; - Prospero Internetes Könyváruház

Java 23 for Absolute Beginners: Learn the Fundamentals of Java Programming
 
A termék adatai:

ISBN13:9798868810404
ISBN10:8868810409
Kötéstípus:Puhakötés
Terjedelem:931 oldal
Méret:254x178 mm
Nyelv:angol
Illusztrációk: 1 Illustrations, black & white; 200 Illustrations, color
700
Témakör:

Java 23 for Absolute Beginners

Learn the Fundamentals of Java Programming
 
Kiadás sorszáma: Third Edition
Kiadó: Apress
Megjelenés dátuma:
Kötetek száma: 1 pieces, Book
 
Normál ár:

Kiadói listaár:
EUR 90.94
Becsült forint ár:
39 531 Ft (37 649 Ft + 5% áfa)
Miért becsült?
 
Az Ön ára:

31 625 (30 119 Ft + 5% áfa )
Kedvezmény(ek): 20% (kb. 7 906 Ft)
A kedvezmény érvényes eddig: 2024. december 31.
A kedvezmény csak az 'Értesítés a kedvenc témákról' hírlevelünk címzettjeinek rendeléseire érvényes.
Kattintson ide a feliratkozáshoz
 
Beszerezhetőség:

Még nem jelent meg, de rendelhető. A megjelenéstől számított néhány héten belül megérkezik.
 
  példányt

 
Rövid leírás:

Write your first code in Java 23 using simple, step-by-step examples that model real-word objects and events, making learning easy. With this book you will be able to pick up core programming concepts without fuss and write efficient Java code in no time. Clear code descriptions and layout ensure you get your code running as soon as possible. Author Iuliana Cosmina focuses on practical knowledge and getting you up to speed quickly?all the bits and pieces a novice needs to get started programming in Java. 



In this edition, you will discover how Java has changed since version 17, and how to design and write code using the most recently introduced Java features such as new collection methods, virtual threads, pattern and record matching in switch expressions, structured concurrency tasks, unnamed classes and instance methods, and many more.



This book is a complete Java guide, covering the following topics: setting up a development environment, programming concepts and well-known programming principles, writing Java code following industry-specific design patterns and coding conventions, executing it, debugging, testing, documenting it and even using specialized tools such as IntelliJ IDEA for writing Java code, Maven for building, JUnit Jupiter for testing, and in-memory and Docker-hosted databases or data storage. After reading this book, you?ll have all the necessary skills and knowledge to pass an interview for a starting Java development position.



What You Will Learn




  • Set up a Java development environment

  • Use the Java language to write high-quality code

  • Understand fundamental programming concepts and algorithms

  • Use virtual threads, records, and other Java renown features

  • Debug, test, and document Java code

  • Improve performance by customizing the Garbage Collector



 

Hosszú leírás:

Write your first code in Java 23 using simple, step-by-step examples that model real-word objects and events, making learning easy. With this book you will be able to pick up core programming concepts without fuss and write efficient Java code in no time. Clear code descriptions and layout ensure you get your code running as soon as possible. Author Iuliana Cosmina focuses on practical knowledge and getting you up to speed quickly?all the bits and pieces a novice needs to get started programming in Java. 



In this edition, you will discover how Java has changed since version 17, and how to design and write code using the most recently introduced Java features such as new collection methods, virtual threads, pattern and record matching in switch expressions, structured concurrency tasks, unnamed classes and instance methods, and many more.



This book is a complete Java guide, covering the following topics: setting up a development environment, programming concepts and well-known programming principles, writing Java code following industry-specific design patterns and coding conventions, executing it, debugging, testing, documenting it and even using specialized tools such as IntelliJ IDEA for writing Java code, Maven for building, JUnit Jupiter for testing, and in-memory and Docker-hosted databases or data storage. After reading this book, you?ll have all the necessary skills and knowledge to pass an interview for a starting Java development position.



 



What You Will Learn




  • Set up a Java development environment

  • Use the Java language to write high-quality code

  • Understand fundamental programming concepts and algorithms

  • Use virtual threads, records, and other Java renown features

  • Debug, test, and document Java code

  • Improve performance by customizing the Garbage Collector



 



Who This Book Is For



Those who are new to programming and want to learn Java and use it to build efficient solutions

Tartalomjegyzék:
1. An Introduction to Java and its History.- 2. Preparing your Development Environment.- 3. Getting Your Feet Wet.- 4. Java Syntax.- 5. Data Types.- 6. Operators.- 7. Controlling the Flow.- 8. The Stream API.- 9. Debugging, Testing, and Documenting.- 10. Making Your Application Interactive.- 11. Working With Files.- 12. The Publish-Subscribe Framework.- 13. Garbage Collection.- Appendix A.