This post originated from an RSS feed registered with Java Buzz
by Kiran Kumar.
Original Post: Soluttion for java.lang.StackOverflowError exception in java
Feed Title: Java,Maven,Linux,Unix,Hadoop,HDFS,Hive basic tutorials,examples
Feed URL: http://www.cloudhadoop.com/feeds/posts/default
Feed Description: My Blog on Java,Maven Unix, Linux,Hadoop,MySQL,tutorial with examples
StackOverflowError is one of frequent exception/issue in java projects. This exceptions should not be caught by programmer but thrown by java virtual machine at runtime. whenever this exception is thrown, applciation stopped it's execution
java stackoverflowerror class overview:-
StackOverflowError extends java.lang.VirtualMachineError class which inturns extends java.lang.Error. so what is