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 home interface?

514


What do you understand by actionform?

484


What is use of final keyword in java?

507


What is the latest technology used in java?

509


What is setbounds in java?

499






Is j2ee a framework?

485


What is a java application client?

529


What does enterprise javabeans module contain?

523


What is document?

528


for example we are login into the irctc server from there it will go to the selected bank and deduct amount and come back to the irctc. so if we are developing this in java means will it be run on the same session. but as per my knowledge bank is separate and irctc is separate URL's so it will use two different sessions then how it is maintaining same session through out application and even it uses the payment gateway? how it is working can any one help me on that??

3867


to update a batch in a table in jdbc which method of statement object is used

1669


What is devops in java?

526


What is j2ee application model?

478


What is pure java?

525


Is java important for my computer?

482