Answer Posted / rajvir
Sgml
| Is This Answer Correct ? | 21 Yes | 4 No |
Post New Answer View All Answers
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.
what is the basic and unique feature of dotnet
Define Form modules, Class modules and Standard modules
how to add a new table with variables and thier values into a imported file uisng proc import?
3. What is the difference between testing and Quality Assurance?
SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?
What is the difference beween joblib and steplib statements
how sap is different from other software ?
How to print No.of.rows affected after updation using ADO.Net
How to set on/off a group of indicators in a single statement?
Write a shell program to test whether a given year is leap year or not ?
Q1.Write a C program which asks the user for a number between 1 to 9 and shows the number. If the user inputs a number out of the specified range, the program should show an error and prompt the user for a valid input.
Write a program to find duplicate number from array in minimum time complexity.
10.Define filters,binary to hexadecimal,hexadecimal to decimal?
How to create a new dataset only duplicate observations in proc sort procedure?