skip to main
|
skip to sidebar
Monday, November 7, 2011
Constructor based Dependency Injection
// Constructor based dependency Injection
public
class
ConstructorInjection
{
private
Dependency
dep
;
public
ConstructorInjection(Dependency dep){
this
.
dep
= dep;
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Blog Archive
►
2014
(4)
►
August
(1)
►
April
(1)
►
March
(2)
►
2013
(1)
►
June
(1)
►
2012
(5)
►
October
(1)
►
September
(1)
►
April
(2)
►
February
(1)
▼
2011
(39)
►
December
(1)
▼
November
(17)
NullPointerException
ClassNotFoundException
NoSuchMethodException
NumberFormatException
NegativeArraySizeException
IndexOutOfBoundsException
IllegalArgumentException
ClassCastException
ArrayIndexOutOfBoundsException
ArithmeticException
ArrayStoreException
Executing a Java class without main
Number of classes loaded for a simple java program
Constructor based Dependency Injection
Singleton Design Pattern
Factory Design Pattern
ParseInt method of Java
►
October
(10)
►
September
(2)
►
August
(3)
►
June
(1)
►
March
(2)
►
February
(3)
►
2010
(7)
►
December
(1)
►
September
(2)
►
August
(2)
►
July
(2)
About Me
Sridhar Iyer
Name: Sridhar Iyer Major: Master of Computer Applications Hobbies:Gaming,Programming,Reading, Solving puzzles, Astrology, charcoal drawings, Painting and star gazing Apps Programmer / Analyst at WellsFargo India Solutions
View my complete profile
Total Pageviews
No comments:
Post a Comment