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 is entity reference?

0 Answers  


What is enterprise information system resource?

0 Answers  


What is java developer job description?

0 Answers  


What is wildfly java?

0 Answers  


What is document root?

0 Answers  






Every field has setter and getter methods.what is happening in this methods.

2 Answers  


What are web technologies in java?

0 Answers  


I am newbie in J2EE & looking for strong basic behind each concept as, Why do we use private access specifier before each variable of type property bcoz ultimately to access it outside the class we use public method as getter & setter ? If we use getter & setter to access it outside the class so better we make variable as public so that it is easily available outside of the class... Please guide me why do we use as private ????

3 Answers   CTS,


What is java api for xml processing (jaxp)?

0 Answers  


Explain j2ee architecture.

0 Answers  


What is repaint in java?

0 Answers  


How to achieve multiple inheretence in java.I need an example. how we achieve.

2 Answers  


Categories