Suppose u found a bug which a developer could not reproduce and it is reproducing on your pc whenever tried , then in this siyuation what will be the status of the bug, and what u r going to do for that bug.
4 12098How you will choose test cases for Sanity testing and at which phase of testing you will do this.
4 13734How do you implement one-to-one, one-to-many and many-to- many relationships while designing tables?
1 9901String is an immutable object. Then how can the following code be justified. String s1 = ?ABC?; String s1 = s1+?XYZ?; s.o.p(s1); The output is ABCXYZ, which is the value of s1 ?
6 18020Instead of writing Home, Remote Interfaces if i directly extends EJBObject to bean class what happens?
1 5277Post New Flextronics Interview Questions