fakecineaste
Tuesday, March 25, 2014
List vs ArrayList
›
List is an interface and ArrayList is an implementation of the List interface. The arraylist class has only a few methods in addition to ...
List list = new ArrayList or ArrayList list = new ArrayList
›
List list = new ArrayList or ArrayList list = new ArrayList to decouple your code from a specific implementation of the interface Wh...
Monday, March 24, 2014
Java ArrayList
›
Java ArrayList Java class ArrayList(java.util.ArrayList) is a fast and easy to use class representing one-dimensional array. ArrayList ...
Tuesday, March 4, 2014
Spring using JDBCDaoSupport
›
Example Without JdbcTemplate you have to create many redundant codes (create connection , close connection , handle exception) in all the DA...
Spring Hibernate integration using HibernateDaoSupport
›
Using HibernateDaoSupport/HibernateTemplate is not recommended since it unnecessarily ties your code to Spring classes. Using these classes ...
Thursday, February 27, 2014
validationQuery
›
Spring configuration in applicationcontext.cml for mysql <bean id = "myDataSource" class = "org.apache.commons.dbcp.B...
Monday, February 24, 2014
reputation system
›
Sybil attack The Sybil attack in computer security is an attack wherein a reputation system is subverted by forging identities in peer-...
censorship
›
freenet Share files, chat on forums, browse and publish, anonymously and without fear of blocking or censorship freenetproject . org ...
Sunday, February 23, 2014
The Joel Test
›
The Joel Test Do you use source control? Can you make a build in one step? Do you make daily builds? Do you have a bug...
‹
›
Home
View web version