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 12014How you will choose test cases for Sanity testing and at which phase of testing you will do this.
4 13656How do you implement one-to-one, one-to-many and many-to- many relationships while designing tables?
1 9860String 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 17889Instead of writing Home, Remote Interfaces if i directly extends EJBObject to bean class what happens?
1 5244Post New Flextronics Interview Questions
How to work with error tags?
Is microsoft sql same as mysql?
how to repaint when working with horizontal scroll bar
What is attribution in google analytics?
What is console.time() and console.timeend()? What is its syntax, and why is it used?
what is Laravel-Routing ?
If a person got gold by wining a lottery and TDS on the gold value was not deducted by the deductor. After getting the gold, the person tranfer the gold to his daughter. After reading the provisions of the Income Tax Act, 1961, you are required to state that who is liable to pay the tax on the value of the gold? and is there any liability of the Deductor towards non-deduction of TDS?
What is a lambda in coding?
What are the Advantages and disadvantages of Array?
send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'
Explain the difference in scope for these two variables: @@name and @name?
What is the use of grc risk management?
Can we have different replication factor of the existing files in hdfs?
Is it possible to share an httpsession between a jsp and ejb? What happens when I change a value in the httpsession from inside an ejb?
What are the nameless functions in python?