Question
How many classes are there in Java standard edition?
I am curious how many classes are there in Java standard library. Perhaps someone knows an approximate number?
45 31090
45
Question
I am curious how many classes are there in Java standard library. Perhaps someone knows an approximate number?
Solution
By counting entries in the 'all classes' frame of the javadoc API:
4569
in java 144545
in java 134433
in java 124411
in java 116002
in java 106005
in java 94240
in java 84024
in java 73793
in java 63279
in java 5.02723
in java 1.4.2*1840
in java 1.3.1** Javadocs prior to 5.0 are now offline.
Solution
I'm also curious about this topic. I found this:
(source: Java 8 Pocket Guide book by Robert Liguori, Patricia Liguori)