Why are web services so fashionable?
What is path variable bash?
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
Explain the main aop concepts and terminology.
What is a IdentityMapper and IdentityReducer in MapReduce ?
What are the different methodologies in agile development model?
Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.
What are your opinions on the hyperledger project?
Define where and its usage?
Does Apache Spark provide check pointing?
Is foreign key unique?
Explain what is meant by the term ‘integrated service digital network’. Give three reasons a company might choose an ISDN link in preference to a leased line.
What is array and its types with example?
Tell us what is chevron?
what is event bubbling and event capturing in javascript?