1. The ODMG Object Model supports only unary and binary relationships.



Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->The process of employing a participative approach in which employees, customers and opinion leaders help select projects to receive funds, volunteerism, gifts and services in kind for building relationships with key publics in communities is known as....
QA->When an object travels around another object it is known as?....
QA->When an object is heated, the molecules of that object?....
QA->The only district in Kerala that has no coastline and shares border with the districts of Kerala only?....
QA->The process of converting electrical signals into binary from is called....
MCQ->The ODMG Object Model supports only unary and binary relationships.....
MCQ->Which of the following statements are correct about the C#.NET code snippet given below? sample c; c = new sample(); It will create an object called sample. It will create a nameless object of the type sample. It will create an object of the type sample on the stack. It will create a reference c on the stack and an object of the type sample on the heap. It will create an object of the type sample either on the heap or on the stack depending on the size of the object.....
MCQ->Read the following statements about Excel It supports many arithmetic functions like SUM, ABS, EXP, INT, MOD etc.It supports many trigonometric functions.It supports IRR function to calculate interest rate.It supports PV function to calculate the present value of future receipts. Which of the above are correct?....
MCQ->The ODMG Object Model requires that a relationship be specified in both directions.....
MCQ->public Object m() { Object o = new Float(3.14F); Object [] oa = new Object[l]; oa[0] = o; / Line 5 / o = null; / Line 6 / oa[0] = null; / Line 7 / return o; / Line 8 / } When is the Float object, created in line 3, eligible for garbage collection?....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution