What is SRD(System Requirement document), FSD (Functional
Specification Document), RSD (Requiremnet specific
document)? If these are different document wat are there
contents?
Answer Posted / jebasingh luccas
SRD contains the details about the system where the
appliation is deployed.(i.e) software and harware
specification
FRD contains the details about the application which has to
be developed.
RDS contains the details about what actually need to be
done/modified(if existing system) in the application that
has to be developed.
| Is This Answer Correct ? | 44 Yes | 13 No |
Post New Answer View All Answers
Explain serialization and overriding?
Write down how will you create a Binary tree?
How many methods do u implement if implement the serializable interface?
What are different ways to create string object?
How will you define abstract classes?
Can we have default method with same name and signature in the derived interface as the static method in base interface and vice versa?
Can a class in java be inherited from more than one class?
what is virtual function and pure virtual function ?
Difference between class and an object?
Can constructors be parameterized?
Can an interface have an inner class?
Explain about realistic modeling?
What is the use if instanceof keyword? And how do refer to a current instance of object?
How to define an interface?
Can you call the base class method without creating an instance?