19
Nov
2008
Java vs. JavaScript
Java is an Object Oriented Programming (OOP) language created by James Gosling of Sun Microsystems. JavaScript was created...
19
Nov
2008
Java is an Object Oriented Programming (OOP) language created by James Gosling of Sun Microsystems. JavaScript was created...
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...