03
Sep
2008
Difference between a Java interface and a Java abstract class
Methods of a Java interface are implicitly abstract and cannot have implementations. A Java abstract class can have instance...
03
Sep
2008
Methods of a Java interface are implicitly abstract and cannot have implementations. A Java abstract class can have instance...
19
Jul
2008
Two JVM options are often used to tune JVM heap size: -Xmx for maximum heap size, and -Xms for initial heap size. Here are...
19
Jul
2008
If Java runs out of memory, the following error occurs: Exception in thread "main" java.lang.OutOfMemoryError: Java heap...
18
Jul
2008
You can also configure Eclipse to be able to start and stop tomcat as a program (this approach also seems to work well on...
18
Jul
2008
To configure tomcat to allow remote debugging, start tomcat using the catalina startup script (from your tomcat home) instead...