one module contains 3 screens like entry , exit & trasaction. u can perform operations by using these screens and u save that changes but those screens are not displaying on the desktop then how u can assign the seviority?
6 9963Suppose we r running a test which have 7 to 8 steps for different functionallity of and object..and suppose upto 4 step test passes but after 5th step test fails. what u will do in this condition will u start the test again or will u consider that rest steps will be working fine.
1 4452What is the procedure for Using Batch tests?And in real time how will use you use batch Tests?Explain with Clear Example?
1 4616class{ ... ... interface myinterface{ ... ... } abstract class{ .. .. } ... .. .. } is this possible to write "Interface and/ or Abstract class inside a class ? if possible whcich one is possible is only interface? is only abstract?
2 8352class A{ m2(){ } } class B extends A{ m2(){ } } class c extends B{ m2(){ } } class my_class extends c{ m2(){ } pulic static void main(){ ...My_class a = new my_class(); super.super.super.m2(); is this is leagal if not find what is the legal procedure in order to call A's version of m2(); }
8 20833Post New Logica CMG Interview Questions
Why web service is required?
If oil and air can withstand a high MeV when used as an insulator in a transformer, what are the values of how high for each material?
What is the difference between cache and cookies?
How would you create your application in DHTML?
What is ctrl m in photoshop?
Interest earned on investments is an__________
what is the basic structure sas administrator? : Sas-administrator
What are the features of spring?
How is crm and r/3 differ from each other?
What are the advantages and disadvantages of closed-loop control system?
What is php stack?
How to use R from python?
Tell me is wcf supported in windows phone?
hi, how to link a text file and a .rpt file in my tables of sql server and to retrieve those records for further use. reply me as soon as possible.
How is the get () method different from the post() method?