Monday, August 30, 2010

Checked Exceptions

http://cafe.elharo.com/java/voting-for-checked-exceptions/

Saturday, August 28, 2010

Weak references

http://www.ibm.com/developerworks/java/library/j-jtp11225/

Friday, August 27, 2010

Thread Safety-Spring

http://www.javalobby.org/articles/thread-safe/index.jsp

Wednesday, August 25, 2010

Java Interview questions

Java Interview Questions
--------------------------
1)Linked List vs Array List

2)Weak reference vs Strong Reference

3)Sort objects by Date

Ans:http://download.oracle.com/javase/tutorial/collections/interfaces/order.html
Ans:http://codingforums.com/showthread.php?t=43014

4)Abstract class vs Interface

5)Thread.join()

6)Ways to stop a Thread

7)Deadlocks

8)Avoid Deadlocks


Spring
--------

1)Different types of injection

2)Bean Context vs Application context

3)Why Spring

4)Spring with Hibernate with Struts







SQL
----
1)Delete vs Truncate
2)SQL Views
3)