3. What is the difference between testing and Quality
Assurance?
No Answer is Posted For this Question
Be the First to Post Answer
write a query that returns one row for each department and the number of employees in that department. Given two tables EMPLOYEE and DEPARTMENT, where there can be multiple employees per department.
What is a programming language?
what is c sharp dotnet
what is integration testing in real time applications?
What is the difference between save and create method of activerecord?
Write 5 differences between Memory Reference Instruction and Register Reference Instruction.
Difference between interface and abstract class?
Give examples of macro quoting function?
what do u mean by tagging
To sorting array of 10 elements which sorting is best a)selection b)bubble c)tree sort
4. What is the need of START 0? Instead if can we use any other numeric? If we use what will happen?
A good website has the following conditions It should be interactive. It should contain at least 20 images. Title cannot be null and should contain at least 10 letters other than spaces and hyphen (-). The keywords should contain atleast three among the following list : "design", "Graphics", "lovely", "beautiful", "amazing" and "mesmerising" Write a method: boolean isGoodWebsite(boolean isInteractive, int numOfImages, String title,String keywords[]) isInteractive whether the site is interactive or not numOfImages Number of images on the website title Title of the website keywords Array of keywords in the website.