• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Real-World Software Development: Java version?

  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello, Any specific version of the java you stick on to while explaining the concepts?  Also, do you have any section that covers java 8, 9, 11 & 13 and their differences?

Best,
Puru
 
Ranch Hand
Posts: 238
1
Python Ruby Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Given the Authors latest work it should be in the upwards of Jdk9 i presume , but with all honesty
let me ask this ,why would version mater? as the title suggests it would be more on the
Development styles and best practices and most definitely  with examples using latest and greatest
version of a Java.
 
Sheriff
Posts: 17644
300
Mac Android IntelliJ IDE Eclipse IDE Spring Debian Java Ubuntu Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't see any specific version of Java called out in the book but since there's discussion about functional programming in Java and lambdas, you'll need at least Java 8 if you want to play around with some of the book examples.
 
Author
Posts: 31
12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Thanks for your question. The core of the book requires Java 8. In certain places we introduce features beyond on 8 - for example local variable type inference. We don't really offer a catalogue of the features in different specific versions because this book is more about programming principles and practices rather than Java specific features even though we've chosen to use Java as the example programming language.

Purushotham Chikkanayakanhalli Krishnegowda wrote:Hello, Any specific version of the java you stick on to while explaining the concepts?  Also, do you have any section that covers java 8, 9, 11 & 13 and their differences?

Best,
Puru

 
Author
Posts: 26
12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
To add to Richard's very good answer. The book also covers switch expressions which were in language preview in Java 12 & 13 and is now officially part of Java 14!
 
I am going to test your electrical conductivity with this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic