Actually I am totally confused with the number of classes and interfaces in Java, for easily understanding do we have any way of representing the classes in diagrams format? As I have referred to API's of java. It only shows classes with interfaces but not clearly present the relationship between different classes and interfaces.
Asked
Active
Viewed 659 times
0
-
1What, like a UML diagram? What kinds of relationships? There are plugins for eclipse that will auto-generate these sorts of things... – Clockwork-Muse Jul 26 '12 at 15:26
-
Are you asking if it's possible to generate a UML diagram of the Java language itself? – Roddy of the Frozen Peas Jul 26 '12 at 15:32
-
This is discussed in details in [Recommended Eclipse plugins to generate UML from Java code][1] [1]: http://stackoverflow.com/questions/51786/recommended-eclipse-plugins-to-generate-uml-from-java-code – andrey Jul 26 '12 at 15:52