由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - what is $1.class file in Java?
相关主题
File generated by Java cannot be read by Android Apphelp: where to download JAVA/swing? (转载)
Problem on ANT,JAVA,JSP,JSPPrecompiler一个怪异的java 运行问题
其实JSP也不错关于中文,能在Java source中直接嵌入吗?
Java 求解2啥时候java也可以compile成为native的?
using SQL in JavaJava练习题 6
Ant problem刚准备拣Java
入门Java CLASSPATH问题:one java question under ubuntu
java & XML 2 example problemJava system architect/lead developer opening in a cloud com (转载)
相关话题的讨论汇总
话题: java话题: what话题: dotspanel话题: file话题: files
进入Java版参与讨论
1 (共1页)
x****y
发帖数: 30
1
hi,
I have one java application, consisting of two files:
Dots.java and DotsPanel.java.
After I compile them, I got the following four .class file:
Dots.class
DotsPanel.class
DotsPanel$DotsListener.class
DotsPanel$1.class
What are the last two files? what are their usage?
thanks,
h**j
发帖数: 2033
2
inner class and anonymous inner class

【在 x****y 的大作中提到】
: hi,
: I have one java application, consisting of two files:
: Dots.java and DotsPanel.java.
: After I compile them, I got the following four .class file:
: Dots.class
: DotsPanel.class
: DotsPanel$DotsListener.class
: DotsPanel$1.class
: What are the last two files? what are their usage?
: thanks,

1 (共1页)
进入Java版参与讨论
相关主题
Java system architect/lead developer opening in a cloud com (转载)using SQL in Java
How to know the size of a file in a progAnt problem
[转载] 如何用Fortran 或者c, java读excel文件?入门Java CLASSPATH问题:
how to open pipe files in javajava & XML 2 example problem
File generated by Java cannot be read by Android Apphelp: where to download JAVA/swing? (转载)
Problem on ANT,JAVA,JSP,JSPPrecompiler一个怪异的java 运行问题
其实JSP也不错关于中文,能在Java source中直接嵌入吗?
Java 求解2啥时候java也可以compile成为native的?
相关话题的讨论汇总
话题: java话题: what话题: dotspanel话题: file话题: files