What is Software development life cycle....??
Answer Posted / chandrajeet kishore
SDLC is a complete proccess of analysis which includes
feasiblity study,designing which includes conceptual
desining&logical designing,coding,testing,implementation
and then maintainaince.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Where should we use singleton design pattern?
Is mvc is a design pattern?
What are the main types of concurrency design patterns?
What is aop design?
What is the builder pattern?
What is synchronizer token pattern?
What is the difference between factory and builder design pattern?
What are the categories in which the design patterns can be divided?
What non-visual coding tools are available for web design?
Can we have this pattern implemented using static class?
What are creational design patterns?
Why have we declared the instance reference volatile?
What are the examples of the behavioral design patterns?
Explain three types of components comprise an application design?
Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?