Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Transitioning to Java
Transitioning to Java

Transitioning to Java: Kickstart your polyglot programming journey by getting a clear understanding of Java

Arrow left icon
Profile Icon Ken Fogel
Arrow right icon
Can$40.99 Can$45.99
Full star icon Full star icon Full star icon Full star icon Half star icon 4.8 (6 Ratings)
eBook Apr 2023 354 pages 1st Edition
eBook
Can$40.99 Can$45.99
Paperback
Can$56.99
Subscription
Free Trial
Arrow left icon
Profile Icon Ken Fogel
Arrow right icon
Can$40.99 Can$45.99
Full star icon Full star icon Full star icon Full star icon Half star icon 4.8 (6 Ratings)
eBook Apr 2023 354 pages 1st Edition
eBook
Can$40.99 Can$45.99
Paperback
Can$56.99
Subscription
Free Trial
eBook
Can$40.99 Can$45.99
Paperback
Can$56.99
Subscription
Free Trial

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Table of content icon View table of contents Preview book icon Preview Book

Transitioning to Java

Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • Get started with programming in Java with this step-by-step guide for experienced programmers
  • Re-enforce your knowledge of object-oriented methodologies applied in Java
  • Develop the range of skills necessary for you to become a successful Java developer

Description

This comprehensive guide will help non-Java developers already using different languages transition from their current language to all things Java. The chapters are designed in a way that re-enforces a developer’s existing knowledge of object-oriented methodologies as they apply to Java. This book has been divided into four sections, with each section touching upon different aspects that’ll enable your effective transition. The first section helps you get to grips with the Java development environment and the Maven build tool for modern Java applications. In the second section, you’ll learn about Java language fundamentals, along with exploring object-oriented programming (OOP) methodologies and functional programming and discovering how to implement software design patterns in Java. The third section shows you how to code in Java on different platforms and helps you get familiar with the challenges faced on these platforms. In the fourth section, you’ll find out how you can manage and package your Java code. By the end of this Java programming book, you’ll have learned the core concepts of Java that’ll help you successfully transition from a different language to Java.

Who is this book for?

This book is for anyone who is currently working with other programming languages and wishes to add Java to their skillset. Prior working experience as a developer using languages other than Java is expected, although no prior knowledge of Java is required.

What you will learn

  • Gain a solid understanding of the syntax in Java
  • Explore the object-oriented programming basics of the Java language
  • Discover how to implement functions in Java
  • Understand which Java frameworks would be best for solving various problems
  • Explore creational, structural, and behavioral patterns in Java
  • Get to grips with server-side coding in Java

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Apr 28, 2023
Length: 354 pages
Edition : 1st
Language : English
ISBN-13 : 9781804618783
Vendor :
Oracle
Category :
Languages :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Apr 28, 2023
Length: 354 pages
Edition : 1st
Language : English
ISBN-13 : 9781804618783
Vendor :
Oracle
Category :
Languages :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$19.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$199.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just Can$6 each
Feature tick icon Exclusive print discounts
$279.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just Can$6 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total Can$ 184.97
Learn Java with Projects
Can$63.99
Expert C++
Can$63.99
Transitioning to Java
Can$56.99
Total Can$ 184.97 Stars icon

Table of Contents

22 Chapters
Part 1:The Java Development Environment Chevron down icon Chevron up icon
Chapter 1: Understanding Java Distributions Chevron down icon Chevron up icon
Chapter 2: Code, Compile, and Execute Chevron down icon Chevron up icon
Chapter 3: The Maven Build Tool Chevron down icon Chevron up icon
Part 2:Language Fundamentals Chevron down icon Chevron up icon
Chapter 4: Language Fundamentals – Data Types and Variables Chevron down icon Chevron up icon
Chapter 5: Language Fundamentals – Classes Chevron down icon Chevron up icon
Chapter 6: Methods, Interfaces, Records, and Their Relationships Chevron down icon Chevron up icon
Chapter 7: Java Syntax and Exceptions Chevron down icon Chevron up icon
Chapter 8: Arrays, Collections, Generics, Functions, and Streams Chevron down icon Chevron up icon
Chapter 9: Using Threads in Java Chevron down icon Chevron up icon
Chapter 10: Implementing Software Design Principles and Patterns in Java Chevron down icon Chevron up icon
Chapter 11: Documentation and Logging Chevron down icon Chevron up icon
Chapter 12: BigDecimal and Unit Testing Chevron down icon Chevron up icon
Part 3:GUI and Web Coding in Java Chevron down icon Chevron up icon
Chapter 13: Desktop Graphical User Interface Coding with Swing and JavaFX Chevron down icon Chevron up icon
Chapter 14: Server-Side Coding with Jakarta Chevron down icon Chevron up icon
Chapter 15: Jakarta Faces Application Chevron down icon Chevron up icon
Part 4:Packaging Java Code Chevron down icon Chevron up icon
Chapter 16: Deploying Java in Standalone Packages and Containers Chevron down icon Chevron up icon
Index Chevron down icon Chevron up icon
Other Books You May Enjoy Chevron down icon Chevron up icon

Customer reviews

Top Reviews
Rating distribution
Full star icon Full star icon Full star icon Full star icon Half star icon 4.8
(6 Ratings)
5 star 83.3%
4 star 16.7%
3 star 0%
2 star 0%
1 star 0%
Filter icon Filter
Top Reviews

Filter reviews by




M. Stephens Jul 13, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
I did struggle to review this book as I found existing members of my team kept 'borrowing' my copy....We found this to be a really useful book not just for new Java Devs but existing ones as well looking to fill in gaps in their knowledge. There are a lot of technologies you need to keep up with (Maven, Jakarta, etc) and this really fills the sweet spot. If you are an existing Java developer, this is also a great book to dip into for those topics and making sure all your Java skills are top notch.
Amazon Verified review Amazon
Anushka Raj Nov 30, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Ken's insightful writing style and in-depth knowledge make this book a must-read for both a seasoned developer and a beginner.With clear explanations and hands-on examples, Fogel demystifies Java's complexities, making it an invaluable resource for anyone looking to master the language. From fundamental concepts to advanced techniques, this book equips readers with the knowledge needed to confidently transition into the world of Java development. This book is an essential read for aspiring Java developers.
Amazon Verified review Amazon
Barry Burd May 15, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Ken Fogel's book covers an impressive amount of material in a concise, readable way. No book on Java can be complete and comprehensive, but this book covers a broad spectrum, from choosing among Java versions to the specifics of Java documentation. He includes a chapter on build tools and a part on deployment. His chapter on enterprise Java with Jakarta is particularly useful.The book's audience includes anyone who can write programs in other imperative languages, such as C/C++, Python, and JavaScript. Ken doesn't assume previous exposure to object-oriented programming, but experience with OOP is definitely helpful. I rarely meet someone who can appreciate objects and classes when they first read about them.It's never easy to write about a technical topic in a way that's both easy to understand and technically correct. I've read many works that sacrifice clarity in favor of accuracy or vice versa. But while reviewing this book, I was struck by the many explanations that were right on target. Ken has a gift for writing exactly what needs to be written -- no more and no less.Full disclosure: I know Ken Fogel and speak with him frequently at professional events. We don't see eye-to-eye about the value of "Hello world" examples and his first chapter on language fundamentals illustrates his point of view. I would have approached this introductory material a bit differently, but I respect Ken's opinion and agree to disagree.Overall, I give Ken Fogel's book a rating of "Excellent," and I recommend it to anyone moving from other languages to Java.
Amazon Verified review Amazon
arsalan Jun 08, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
The book is an excellent resource for anyone wishing to get started with Java programming or improve their existing skills. It is a delight to read because of the author's knowledge and engaging writing style, and an excellent resource for learners of all levels because of the extensive covering, practical examples, and exercises. This book will help you effectively transfer to Java and unlock your full programming potential, whether you are a beginner or an experienced programmer.
Amazon Verified review Amazon
Javaguy Jun 07, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This book takes readers from the very beginning of installing Java, and down to the details of developing sophisticated applications using Java. As the book is meant to be read by those who are already familiar with another programming language, this book does that well. It provides the necessary details of programming in Java, and also provides some comparisons to other popular languages for those who are familiar.Ken Fogel does an excellent job of explaining the various concepts of the language. He was a professor, and his teaching experience shines through in this book. He has a knack for providing the correct amount of detail on the many topics without becoming too verbose. The concepts are explained well, and readers will go away with a clear understanding of the language and some of its various APIs.I recommend downloading the code and following along with the examples. In part one, the book teaches how install Java, configure your environment, and how to run Java code from the command line as well as from within an Integrated Development Environment. Part two runs though the different concepts of the Java language itself using short examples...providing a primer for writing entire applications. Part three dives into developing applications, as it provides details on using Java Swing and JavaFX to create user interfaces, and Jakarta EE for developing web applications. In part four, the book finishes up by explaining how to create a distributable packaged application, and how to deploy a web application. It even touches on packaging applications using Docker.All in all, this is a great book for those transitioning, as well as those who are familiar with Java, but wish to gain a solid understanding of the language and some of the more widely used APIs.I have known Ken Fogel for a number of years. We met at Java conferences, and I always enjoy discussing The Java ecosystem with him. While reading this book, I enjoyed the way in which the concepts were explained. Very clear and concise, much like his explanations during our conference discussions.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.