hai fnds this is srinivasareddy from polaris can anybody tell hw can we connect defectreport from testlab&testplan tabs?
1 4514if u havea .class file ,how can u say whether it is servlet or not ,dont use java decompliler
4 8343How to select oracle sequence from different schema and How to select oracle sequence from different Databases. Explain with example
1 5321We have 10 rows of records in data table, but we have to run 4th, 5th and 6th rows only. How can we handle this scenario in QTP?
5 26319If we run a report, that has 2 pages, i want to display one page in HTML format and another page wil display in pdf format. What is the procedure?
2 7552source name sal aaaa 2000 bbbb 3000 abcd 5000 Target name sal aaaa 2000 bbbb 3000 abcd 5000 total 10000 how to get total as new row and sum as 10000 thanks
4 8107Post New Polaris Interview Questions
What are the 7 layers of networking?
How do I install sql?
How does an execution block start and end in pl sql?
Question: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date.
Explain how to use transactions efficiently : transact sql
What is generic delegates in c#?
What is a mongodb shard?
You look at the dba_rollback_segs view and see that you have a large number of wraps is this a problem?
Name two types of leak detectors and the method of application for each?
Is linux is better than windows?
How do I convert div 0 to blank in excel?
How do you sort in unix?
package MYCALC; use Exporter; our @EXPORT = (); our @ISA = qw(Exporter); our @EXPORT_OK = qw(addition multi); our %EXPORT_TAGS = (DEFAULT => [qw(&addition)],Both => [qw(&addition & +multi)]); sub addition { return $_[0] + $_[1]; } sub multi { return $_[0] * $_[1]; } 1; Program: use strict; use warnings; my @list = qw (2 2); use Module qw(:DEFAULT); print addition(@list),"\n"; Above coding is my module MYCALC and the program which using this module, I have not exported any function using @EXPORT, but I have used the DEFAULT in %EXPORT_TAGS with the function addition, when I call this function from the main it says the error as,
What are the important global settings for a company code?
Please differentiate between cdma and fdma?