Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

java class specification

Tags:

java

I'm trying to find a current specification for the Java .class format.

Everything basically leads me back to this JSR 202, but it doesn't look like it has been updated since 2006.

Is this the most recent version?

http://www.jcp.org/en/jsr/detail?id=202


1 Answers

Yes, that is the latest published version.

like image 116
Stewart Murrie Avatar answered Aug 10 '26 17:08

Stewart Murrie