The Artima Developer Community
Sponsored Link

Java Answers Forum
prptotyping

1 reply on 1 page. Most recent reply: Mar 30, 2004 9:43 PM by mausam

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
anamika

Posts: 11
Nickname: anamika
Registered: Feb, 2004

prptotyping Posted: Mar 30, 2004 9:49 AM
Reply to this message Reply
Advertisement
what is prototyping ion general


mausam

Posts: 243
Nickname: mausam
Registered: Sep, 2003

Re: prptotyping Posted: Mar 30, 2004 9:43 PM
Reply to this message Reply

prototype :: Noun, A standard or typical example


prototype

A design pattern useful when the classes to instantiate are specified at run time, e.g. dynamically loaded. The prototype object factory uses exemplar (prototype/example) objects that it simply clones to produce the desired objects. The factory need know nothing of the class structure of the objects it creates.

Flat View: This topic has 1 reply on 1 page
Topic: MDI - Thread - Open Form Previous Topic   Next Topic Topic: What's better solution in reusing JSP?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use