what is data modeling?what is final method



what is data modeling?what is final method..

Answer / 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

More J2EE Interview Questions

What is iso 3166?

0 Answers  


What is setbounds in java?

0 Answers  


What do you understand by business logic?

0 Answers  


What is single tier architecture in java?

0 Answers  


What is context root?

0 Answers  






How does j2ee application work?

0 Answers  


What is a gui in java?

0 Answers  


Is java 100 percent pure object oriented?

0 Answers  


What is container-managed sign-on?

0 Answers  


What is j2ee product?

0 Answers  


What is java ee used for?

0 Answers  


How to invoke stored procedure in hibernate?

0 Answers  


Categories