If your jsp or servlet pages have any problems and you see “java.lang.OutOfError” in your log files then you probably increase your JVM’s heap size. But before then I strongly recommend you to revise your code before increasing heapsize. Maybe you don’t use connection pooling or you create object in infinite loop J (I hope [...]
Archive for the ‘java’ Category
Increase the memory of OC4J standalone server
Posted in java on August 18, 2009 | Leave a Comment »
Java Collections
Posted in java on October 5, 2008 | Leave a Comment »
This is my first blog entry on java technologies. My friend asked me why I don’t publish articles on Java. So i ama little excited. Well, Today we glance at Collection on java. A collection in data structure terms, is a group of elements.It includes Sets and Lists. It also includes Maps which don’t implement [...]