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 8292What 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 4897Whats 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 7052difference between the run time polymorphism and compile time poly morphism and about virtual function.
2 13405how 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., }
2347i 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 4806Post New Wipro Interview Questions
What are the enhancements in ejb 2.0 specification with respect to asynchronous communication?
What is the purpose of using php?
What is the purpose of inserting delay values in the scripts of rational?
What is the highest ram?
What do the abbreviations asp and jsp stand for?
What are the data types present in bo? What happens if we implement view in the designer n report?
What tools or frameworks are used for XAI?
What is spool space? Why do you get spool space errors? How do trouble-shoot them?
What is void pointers in c?
What is difference between @controller and @restcontroller in spring boot? : Spring Boot
What is iban number in sap ?
Can you set the session out time manually?
What is text check point and text area check point?
How to Use Form Wizard to Quickly Create a Delphi Form?
Why would you or would you not invest in Apple?