find . -exec grep -l ‘Your word’ {} \;
September 14, 2009
February 26, 2009
August 24, 2008
July 7, 2008
March 24, 2008
Undestanding Class.forName in JDBC code
Q1 . Why Class.forName is used to load the driver ?
Q2 . What is difference between Class.forName & DriverManager.registerDriver?
Q3 . How DriverManager works ?
(more…)
March 3, 2008
All about Cloneable interface & clone() method
Related Questions…
What is need of Cloneable Interface if Object class has clone() method?
Why we not use method Object.clone for cloning?
what is deep cloning?
How to clone a object if a object has reference of other object?
(more…)