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...
Posts from August 2012
4 result(s) found
Java
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 ...
Java
Are you using sub-domains for your application? Do you have difficultly in maintaining the Java session across sub-domains? Here is a way you can share Java session over sub-domains. First you should ...
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, ...