Believe it or not, it’s been more than nine months since Oracle first announced their intent to acquire Sun in April, 2009. And the ‘interim’ period has been tough on everyone–on our employees, and our partners and customers. Thankfully, that interim period is coming to an end, with regulatory approval from the European Union issued [...]
Java
Farewell letter to Sun employees by Sun CEO Jon Schwartz
January 22nd, 2010 | by Ashok Chava | published in Internet, Java, Latest
Draw a graph for a java hierarchy using java2dot
June 13th, 2009 | by Ashok Chava | published in Java, Latest
This is a nice and simple tool to give diagram of java class hierarchy. You can find the details http://plindenbaum.blogspot.com/2008/10/javadoc-is-not-enough-java2dia.html 0 Share:
Tip #1:java.lang.StringBuilder
June 13th, 2009 | by Ashok Chava | published in Java, Latest
Sun introduced the StringBuilder class in J2SE 5.0, which is almost the same as StringBuffer, except it\\”s not thread-safe. Thread safety is usually not necessary with StringBuffer, since it is seldom shared between threads. When Strings are added using the + operator, the compiler in J2SE 5.0 and Java SE 6 will automatically use StringBuilder. [...]



