differences between qtp10.0 and 11.0 ?
No Answer is Posted For this Question
Be the First to Post Answer
they asked me about srs (software requirement specifcation)? how can i get anydocumentation about srs & other documnts infomation like bdd, in testing? its urgent?
Data Structure: How many comparisons are necessary to find the largest and smallest of a set of n distinct elements?
what will we require to build project with the help of oracle
class A{ void me(){s.o.p("");} class B extends A{ void me() {s.o.p(" ");} class M{ A a=new B(); B b=new A(); a.me(); b.mne();} what is the output of this, how?
2 Answers Cosmos, HyTech Pro, WinSoft,
9. Read the function conv() given below conv(int t) { int u; u=5/9 * (t-32); return(u); } What is returned (a) 15 (b) 0 (c) 16.1 (d) 29
Outline the two important features of a terminating recursion. Any ideas?
When we use Windows authentication mode
Programs in JAVA to get the remainder and quotient of given two numbers without using % and / operators?
is it possible to desable particular parameter of the normal orcle report based on some condition ?????? if yes,wht is the function for desabling a parameter...
we can use parameters in cl and rpg pgms...etc.in particular i think when we use data area or datastructure or data queue .i think this means which one====in my question...parameters cannot be passed in which one????hope understand my qstn???
When you?re running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
suppose we have ten members of a physical file but we want the output of last 5 members only.how to achieve that?