finding total number of class files present inside jar

Is there any way to find the total numbef of class files present inside jar?Any link will be helpful.
[115 byte] By [jaaya] at [2007-11-27 3:59:03]
# 1
http://java.sun.com/j2se/1.4.2/docs/api/java/util/jar/JarFile.html#entries()You'll have to search through it.
CeciNEstPasUnProgrammeura at 2007-7-12 9:03:33 > top of Java-index,Java Essentials,New To Java...