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 9919Suppose 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 4437What is the procedure for Using Batch tests?And in real time how will use you use batch Tests?Explain with Clear Example?
1 4598class{ ... ... 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 8339class 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 20787Post New Logica CMG Interview Questions
What is a Join and explain its types?
How will you check if R3 system is a Unicode or non - Unicode system?
How to isolate primary osteoblasts?
Differentiate between dynamic and database alerts.
Explain Sharepoint 2010 Architecture.
How to make the background color different for alternating lines of text in a TListBox in Delphi?
What is the difference between central instance & application server?
what are the database server operating modes available for informix? Explain each.
Tell me why wordpress is better than blogger for blogging?
You want to make zip code field mandatory in a maintenance order. How would you do that? List the steps you will take.
Is treeset synchronized?
Explain the difference between singleton and single call?
If gravity only attracts mass and if light does not have mass why does it appear to bend when passing a planet?
What is substitution variable in pl sql?
Explain which feature of PERL provides code reusability?