If 2 tables are joined by Shortcut join, if query is generated based these join, what will be the join type and what will be the generated query? Thanks in advance?
2230Post New iNautix Business Objects Interview Questions
Question In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest. Question Submitted By :: Sunil Kumar I also faced this Question!! Rank Answer Posted By Re: In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest. Answer # 1 use copy constructors 0 Shanthila There is something to be taken care in destructor, in copy constructor, suppose the memory is assigned to the embedded member object pointer with the parameter passed value, but if some other objects of different class also are pointing to this memory, then if some one deletes the object then this class member pointer object will become dangling, or if the object is not deleted properly then there will be memory leak. Please suggest the design change required to handle or avoid this situation
Why adabas is used?
dear sd guru's..i am srikanth fico training fico..in sd-fi..i getting error's in outbound delivery ..vl248&vl461..i could not go for billing& icoming payment..i saw to solve those error message's from goolgle.but i could'nt solve...please give me solution in clearly...please sir's..!
What is the use of glue property under cucumber options tag?
What are the different types of variable available in the task editor?
What are intelligent cubes?
What is the use of ispostback in c#?
How long does it take to get good at javascript?
You want to remove a developer's and developer keys from a system. How would you do that?
What is the main purpose of c++?
What will be attached to an application, when it is launched?
Can you explain how can you use matches in talend?
What are junit annotations?
How can you access a module written in python from c?
What is .m file in objective c?