Fast forward to Java SE 7, you can now use Strings inside a switch statement. Unlike previous versions, putting Strings on a switch would produce an error but on …
Some tips on Autoboxing to be applied in Java and for your SCJP 6 exams. The flexibility of the Java language has made programming easy and in some ways …
Using JSTL is comfortable and easy, but sometimes simple mistake by using <c:when test> and it doesn't work is because of human errors. Do refer what is the common …
How to use Hibernate's DetachedCriteria to get result by using Join for a class. As of newest Hibernate, the type Expression is deprecated and that's where Restrictions come into …