what are ER diagrams?
Answers were Sorted based on User's Feedback
Answer / ershad
ER diagram are nothing but ENTITY RELATIONSHIP diagram
wher they shows realtion as Assciation,dependency ....
It is a UNIFIED MODELLING LANGUAGE TERM........
| Is This Answer Correct ? | 3 Yes | 0 No |
What is the scope or life time of instance variables?
How to create com object in Java?
If a class is declared without any access modifiers, where may the class be accessed in java programming?
What is finalize()? Is finalize() similar to a destructor?
What is the difference between parameters and arguments ?
How to count occurrences of each duplicate element in a list {a,b,d,c,a,b} ? Thanks in Advance
What are constructors in java?
What is a generic code?
what is AWT
Is Constructor possible in abstract class in java ?
If A Class Is Declared Without Any Access Modifiers, Where May The Class Be Accessed?
what is unreachable code problem in multiple catch statements