Answer Posted /

Is This Answer Correct ?    Yes No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is join in mysql? What are the different types of join?

504


Is wordpress a static website?

96


Explain about dir() and help() function will do in python?

451


What does the __ init__ function do in python?

484


How do I undeclare an xml namespace prefix?

504






Mark the differences between html tags and strut specific html tags.

580


what precautions to be taken while desigining a LT,HT panel. Eg-LT panel PCC panel with ACB installed. HT panel VCB panel with VCB installed. & what is main diffrence betwn IP54 & IP55 construction of panel.

2481


What is the 6 by 6 rule in powerpoint?

111


What output does this program generate as shown? Why? class A { A() { cout << "A::A()" << endl; } ~A() { cout << "A::~A()" << endl; throw "A::exception"; } }; class B { B() { cout << "B::B()" << endl; throw "B::exception"; } ~B() { cout << "B::~B()"; } }; int main(int, char**) { try { cout << "Entering try...catch block" << endl; A objectA; B objectB; cout << "Exiting try...catch block" << endl; } catch (char* ex) { cout << ex << endl; } return 0; }

570


What is the difference between stage and no stage deployment?

548


slur : speech :: smulge : ?

715


Explain what are the steps for creating basic or vertical forms?

5


What happens when thread sleep () method is called?

492


Tell me what is fill factor?

547


Define stripping?

1