If in a workflow i have n number of sessions and each session is configured with different different stop on errors (say 5,8,10 etc respectively).How can make all this same for all the sessions with out actualy touching each and evry session ?
1 8377What is the O/P of the below Code Snippet ? And how does it imply the concept of call-by-value/call-by-reference. (Note : Pls ignore syntx errors) public class One { sop ("Into One--"); } public class Two extends One{ sop ("Into Two--"); } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(One.a); sop(Two.a); sop(One.t); sop(Two.t); } }
2 5028Whats the O/p of the below code snippet ? And explain how does it imply the concept of call-by-value/call-by reference. (PS : Pls ignore syntax errors) public class One { public oneA(){ sop ("Into One--");} } public class Two extends One{ public twoT(){ sop ("Into Two--"); } } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(a.oneA()); sop(t.oneA()); sop(a.twoT()); sop(t.twoT()); } }
4 7216difference between the run time polymorphism and compile time poly morphism and about virtual function.
2 13541how do you determine the Load performance of any query in sql server {example how do u determine performance of a select stmnt which returns Dynamically many no of records ... some times 100,1000,10000 etc., }
2416i want to learn testing tools what i have to know before.iam fresher i dnt know any this..which langagues i have to before testing.
2 4933Post New Wipro Interview Questions
What are the hooks? Define different types of hooks in wordpress.
What is refactoring? Have you used it and it is important? Name three common refactorings.
How can you convert the string of any base to integer in JavaScript?
Explain the operation of grid connected central solar inverter ?
What are reference variables in java?
What do you verify with the gui checkpoint for single property and what command it generates, explain syntax?
what is mq client?
What are structure types in C?
What is Fragmentation and its Types?
can anyone guide me how to get any of the previous year GAIL question papers? are they available? 0n 2nd august i have to take the written test.
What is Bitmap Index?
What is trigger.old and when do you normally use it?
What is difference between adobe’s photoshop & adobe’s photoshop extended?
Explain auth.
what should be tested when credit card is used as payment option in ecommerce project?can anyone tell me in detail what to test n how to test when credit card is involved in web application?