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 8215What 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 4802Whats 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 6890difference between the run time polymorphism and compile time poly morphism and about virtual function.
2 13294how 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., }
2290i 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 4701Post New Wipro Interview Questions
Mention a few benefits of using css sprites.
Do I need to load data into drill to start querying it?
Explain yield() method in thread class ?
What are the advantages of ipc?
What is Active Datawarehousing?
What is the distance between railway tracks?
difference between view and index ?
why is a power transformer used only occasionally?it is used to step up at generating stations?and that needs to be done all day long !!!!!!!
What do you mean by column ordering in bootstrap?
What is difference between jdbc and hibernate?
What is Workflow ? default work flows in sharepoint server ?
what kind of interview questions are asked for BA IT banking Domain ??
Do threads share file descriptors?
Compare Pig vs Hive vs Hadoop MapReduce?
Provide an example of a complex data transformation scenario you've implemented using BODI.