Posts from August 2012

4 result(s) found

Classification of Java errors
Java

Bug: An error in a program or software is called a bug. Removing the error is called debugging.There are 3 types of errors1.Syntax errors (compile time error): These are the errors detected by Java co...

Extract source from Java class file
Java

As you know Java has become popular because of the byte code instructions. JVM can understand only the byte code instructions i.e.; every Java class will be converted into byte code instructions when ...

Extracting source from APK file
Java

APK file:APK file is an android package file i.e.; it is an executable file on android operating system.I've recently developed one small android application called "Callduration". But unfortunately, ...