Java 23 for Absolute Beginners - Cosmina, Iuliana; - Prospero Internet Bookshop

Java 23 for Absolute Beginners: Learn the Fundamentals of Java Programming
 
Product details:

ISBN13:9798868810404
ISBN10:8868810409
Binding:Paperback
No. of pages:931 pages
Size:254x178 mm
Language:English
Illustrations: 1 Illustrations, black & white; 200 Illustrations, color
700
Category:

Java 23 for Absolute Beginners

Learn the Fundamentals of Java Programming
 
Edition number: Third Edition
Publisher: Apress
Date of Publication:
Number of Volumes: 1 pieces, Book
 
Normal price:

Publisher's listprice:
EUR 90.94
Estimated price in HUF:
39 531 HUF (37 649 HUF + 5% VAT)
Why estimated?
 
Your price:

31 625 (30 119 HUF + 5% VAT )
discount is: 20% (approx 7 906 HUF off)
Discount is valid until: 31 December 2024
The discount is only available for 'Alert of Favourite Topics' newsletter recipients.
Click here to subscribe.
 
Availability:

Not yet published.
 
  Piece(s)

 
Short description:

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



 

Long description:

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

Table of Contents:
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.