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 |
What is j2ee and j2se?
What is java awt event?
What is wildfly java?
What is the use of method saveorupdate()?
Why do we use DAO?
3 Answers Accenture, Tech Mahindra,
What are the java backend technologies?
where our package shoud be kept in the application whenwe want to import that package in the jsp application?
Why is java considered dynamic?
What is cascade delete?
Explain j2ee architecture.
Urgent recruitment in CTS for JAVA .Experience 3 to 10 years.
How to create object without using the keyword “new” in java?