How do I edit an email template?
Define gaps.
Can word tables do math?
How to disconnect the user connection?
How does apache make money?
What two ways of number assignment for documents or master data do you know? Explain the difference between them.
What are the display media plan aspects?
How would you describe the experience of working at Under Armour?
Explain inner and outer joins with examples.
Can I set java system properties differently for each webapp?
What is meant by custom tags?
Is apache spark a programming language?
Which database is used by google?
Hi All, I am facing one problem in QTP. There is link object in my application that exist in the Frame in mozilla firefox. Click event on that object is not working but once the frame is enabled/activated then click event works fine.But the frame does not have the activate property. This problem is coming in firefox only. Regards
Given an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)