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 do you understand by business logic?

0 Answers  


What are the types of j2ee clients?

0 Answers  


What is external entity?

0 Answers  


What does enterprise javabeans module contain?

0 Answers  


what is the purpose and activity of SessionFactory in hibernate?

13 Answers   Cognizant, HCL, Oracle, PiServe Technologies,






What is considered as a web component?

0 Answers  


Where javac is located?

0 Answers  


What are j2ee concepts?

0 Answers  


What is mean by connection pooling?

0 Answers  


What does application client module contain?

0 Answers  


What is a java ee container?

0 Answers  


Hello frds .recently I've got a call for the test in infosys .iam having 1.5 yr exp in java pltfrm.plz can anyone tell the main process( in detail) for infosys experienced professionals

1 Answers  


Categories