Refresh Your Java - Before Java Interview
We are Agile, believe in less Documentation - Only Quick notes (Java Interview Questions) of Java/J2ee Read more....
The Systems development life cycle (SDLC),
or Software
development process is a process of
creating
the information systems, and the models and methodologies that
people use
to develop these
systems.
The System Development Life
Cycle framework provides a sequence of activities for
system
designers and
developers to follow. It consists of a set of steps or phases in
which
each phase of the
SDLC uses the results of the previous one. Here shows the
Typical
Software
Development Life Cycle.
Systems analysis,
requirements definition: Defines project goals into defined
functions and
operation of the
intended application. Analyzes end-user information
needs.
Systems design: Describes
desired features and operations in detail, including
screen
layouts, business
rules, process diagrams, pseudocode and other
documentation.
Development: The
real code is written here.
Integration and
testing: Brings all the pieces together into a special testing
environment
, then checks for
errors, bugs and interoperability.
Acceptance, installation, deployment: The
final stage of initial development, where the
software
is put into
production and runs actual business.
Maintenance: What
happens during the rest of the software's life: changes,
correction,
additions, moves to
a different computing platform and more. This is
often
the longest of the
stages.
To manage this level of
complexity, a number of SDLC models or methodologies have been
created,
such as "waterfall";
"spiral"; "Agile software
development";
"incremental";
This Portal is intended to put all Java/J2ee related topics at one single place for quick referance, not only Technical , but also the Project Management Related thing such as Development Process methodoogies build process, unit testing etc.,
This Portal has More than 500 Java Interview Questions (also could be Considered as Quick Notes) very neatly separated topic by topic with simple diagrams which makes you easily understandable. Importantly these are from our Realtime expericance.