Explain what is infrared technology?
A man purchase 1 Nokia mobile net price 10000 discount 25% than half of the amount cash & half of the amount check?
What happens to a html page in asp?
What is the difference between private & public & friendly classes?
When can an object reference be cast to an interface reference in java programming?
what is the function of Return Value?
What is a binder service in Android abd how it differs from started service?
1.Which functinalities of QTP using in onlinebanking system? 2.in lift which kind of testing you perform? 3.how do you test money is transform from one account to another account in online banking?
Explain about interrupt driven mode of data transfer
What is parsing? Mention which class can you use for parsing of xml in iphone?
Explain, why is rdbms better than dbms?
How do you merge pages?
What is the syntax for dictionary comprehension in python?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?