What color are thermal oil piping lines?
draw vector diagram and +ve,zero sequence diagram of symmetrical three phase fault.
Explain about xml signature?
Explain about processor and the functions executed by them?
How do u deploy your asp.net application?
What are the two methods to create threads?
explain house bank flow without telling the configuration
What is a varactor diode?
what is the difference between count(*) and count(1) ?
What is something substantive that you've done to improve as a developer in your career?
what is the difference between cash book(cash coloumn) and cash book(bank coloumn)?
Explain what is h1n1?
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
What is the need for custom serde?
How do you manage sessions and cookies in jmeter?