I want to test the applications installed on the client
machine using the QTP installed on the server machine.But
the requirement is like that client machines do not have
there own CPU's they are just dummy workstations on which
the applications are excesible.So where all places QTP
should be insalled in theis client server architecture.How
many licenses required of what type.Please explain in
details .Its urgent. Thanks
Hi and my regards to whomsoever who will help me. I am
going to appear for Airport Authority of India Manager (
Electronics) written test on 9th Now 2008. I am totally
unaware about this test. Please any one who have got any
idea for its Paper style or have got any of related model
papers then please please help me out. I will be thankful
to all of you a lot.
could i know the selection pattern at hpcl, am an
undergradute in chemical technology, but my sujects or
course do not figure out antwhere on the lists.
In tranformer winding Connection Like Dyn1 ,so LV lags Hv
by 30 deg and Dyn11 LV lead HV by 30,so how do this lagging
and leading afffect the transformer??
Why different types of connection in transformers are used?
(star/star,star/delta,delta/star,delta/delta)Why we are
only taking in consideration of star/delta type
transformers? if only star/delta is good in practice where
doses other type of transformers are used? Note: i want to
know place of using different types of transformers other
than Star/delta type with brief description.
15
Describe how to calibrate various types of instruments and
transmitters using ISA industrial consensus standard
techniques.
70
dear sir, please send me HPCL(mechanical stream) papers to
my email-id(shravani.mech@yahoo.co.in) as soon as possible.
70
Generator protection &generator test
13
What is the rating factor for copper cable ( Specific value
according to the type of laying ) & the voltage drop?
16
Whats the difference between following two array
declaration in JAVA?
int a[]={1,2,3,4,5};
int []a-{1,2,3,4,5};
what is meant by form factor and hoe related with the HT
transmission voltage
16
i am going to visa second time i was rejected on 15-07-08
and on 14-08-08 i am attending visa again with another
university.so what would be the good answer if they asks
that why you have changed the university?
I am stuck up with a question on appending of two arrays
I am writing the code for the same, I am appending two
strings this way
int main()
{
string s1 = "Welcome to C++";
string s2 = "C++ improves the logic ability";
string s3 = s1 + s2;
cout<<s3<<endl;
}
But if I go ahead with the integer datatype , it doesnt work
int main()
{
int arr[4] = {2,3,4,5};
int arr1[4] = {6,7,8,9};
int arr3[9] ;
arr3 = arr + arr1;//displays error
arr3 = arr ++ arr1; // works properly
}
Can anyone please clear my doubt in this question ?