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 a jbutton in java?
write a program, when a statement is entered, it should display in reverse order. Ex: Statement is "I am writing program in reverse order". Output should be like "order reverse in program writing am I".
What is a java application client?
What are web technologies in java?
Is java is fully object oriented?
What is mean by j2ee?
Which framework is best for java?
How many types of objects are there in java?
What is j2ee stand for?
I’m new to WebLogic Does anyone knows how to Deploy Application using
How to achieve multiple inheretence in java.I need an example. how we achieve.
What is java ee used for?