what is data modeling?what is final method

Answer Posted / yogithasravani

Data Modeling is a documentation of existing process and
events occur during software development, which is a blue
print for construction or re-engineering

A data model can be represented in diagram or flowchart
which shows the relationship between data

They are different types of data modeling in which these are
include
1.conceptual data modeling
2.Enterprise data modeling
3.Logical data modeling
4.Physical data modeling

A Final method is a method which cannot be 0verridden by a
subclass.

Example:
class chessAlgorithm {
...
Final void nextMove(chesspiece piecemoved, BoardLocation
newLocation) {
...
}
...
}

Is This Answer Correct ?    10 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the latest framework in java?

472


What is the latest technology used in java?

499


What spring is in related to j2ee?

518


What is commit?

632


J2ee is a container centric architecture. Explain.

513






What are the main components of multi-tier architecture?

494


What is japplet in java?

510


What is application client container?

521


What is the build file?

522


What is jta and jts?

532


What is home handle?

525


Where javac is located?

508


What are the main components of a class in java?

486


What is digest authentication?

546


Which of the following are subclasses of java awt component?

491