we hava hello.java , than compile it by
javac hello.java
than we get the , hello.class
but my hello.java is lost , than
can i m decomplie hello.class to >>> hello.java
2007-02-02
05:10:19
·
4 answers
·
asked by
vishwmitra
1
in
Computers & Internet
➔ Programming & Design
some simple java program is named as simple.java
than compile we get
javac simple.java
than we get simple.class
okk ok
but Now i m need decompile simple.class to>>> simple.java
this can be happan , if any
2007-02-02
06:11:05 ·
update #1