Hi all, I am unable to envisage a situation that will call for the use of the builder pattern.I know that the builder pattern is used to seperate internal representation of a object(used in the ConcreteBuilder) for the object building algorithm(in the director). Are u aware of any already existing (java)applications of Builder pattern? Thanks in advance