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 jradiobutton in java?
What is java secure socket extension (jsse)?
What is java actionlistener?
Name the Implicit variable which is used to access other implicit objectes present in JSP.
What is difference between j2ee and java?
What is general entity?
What is build file?
How do you run a java program?
What is the difference between java and core java?
Why frameworks are used in java?
Since we can create managed bean by two ways as, we can define the bean name in faces-config.xml file so that page can use that OR we can write annotation on bean class so that it is automatically assign to page but I want to know which one is good programming practice ? And also mention disadvantage of other which should not prefer ... Thanking you...
Why is java called technology?