Answer Posted /

Is This Answer Correct ?    Yes No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are shared variables in Apache Spark?

224


What is difference between a gateway node and worker node?

606


What are the disadvantages of views in a database?

531


How does list r; differs from list r();?

676


iam working in QTP for 2+ of exp if i attend the interview what r questions asked in perfomence testing{loadrunner} ? pls any one can say answer to this question?

1588






Explain about require and include function?

560


We are trying to create purchase requisition from mrp run. We have material, info record, source list, demand in place. Mrp is always creating plan order. Why?

637


Definition of priority queue was given. We have to implement the priority queue using array of pointers with the priorities given in the range 1..n. The array could be accessed using the variable top. The list corresponding to the array elements contains the items having the priority as the array index. Adding an item would require changing the value of top if it has higher priority than top. Extracting an item would require deleting the first element from the corresponding queue. The following class was given: class PriorityQueue { int *Data[100]; int top; public: void put(int item, int priority); // inserts the item with the given priority. int get(int priority); // extract the element with the given priority. int count(); // returns the total elements in the priority queue. int isEmpty(); // check whether the priority queue is empty or not. }; We had to implement all these class functions.

4382


How can the codeigniter be prevented from csrf?

318


How to pass a parameter to an event handler or callback?

180


Explain all codd's rules for relational database system?

511


Can foreign key be deleted?

515


What is a clr (common language runtime)?

473


Give the constructs of a package, function or a procedure.

523


Why hydropower stations are preferred solution for meeting peak loads in grids?

566