• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Reading The JVM Spec for SE8 while studying for SE11 Exam?

 
Ranch Hand
Posts: 124
4
MySQL Database Clojure Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Any real issue reading the SE8 version on the side while studying for SE11 exams? I see the SE11 version on line, and it contains Modules which is not in SE8, but I like having the book in my hands and don't see a SE11 JVM Spec book for sale.
 
author & internet detective
Posts: 42135
937
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It should be mostly fine. However, there are differences in features that already exist. For example, the spec for interfaces has changed a good bit.  (ex: static methods). So you have to be aware of what changed in Java 9/10/11 to go this route.
 
Marshal
Posts: 80673
478
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have static methods changed since Java8? I know modules, var, and private interface methods have been added since Java8, however.
 
Campbell Ritchie
Marshal
Posts: 80673
478
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
By the way: what is the point in going through the JVM spec for the exam? I can understand having a look at the JLS (=Java® Language Specification) to clarify something, but not the JVM spec.
Don't buy any books: download them here.
 
reply
    Bookmark Topic Watch Topic
  • New Topic