this question is from sas:what is the difference between
FILE and INFILE statements? plz explain in brief?
Answer / surekha
infile statement is used to import raw data &file statement
is used to export the raw data
| Is This Answer Correct ? | 3 Yes | 0 No |
Describe the following: (i) DNS (ii) Name Resolution (iii) Subnet Masking (iv) Urgent Pointer
how many logical drive we can form to physical device in our computer?
Always use scope terminator like End-If with IF, End- Evaluate with Evaluate statement.Can somebody explain me the detail logical explanation?
what is delegate and delegation model give the real live example on delegate model
Difference between delegates and Events?
What are the limitation in using querystring in .net?
what is delegats ?
Write code to read the records from a file and load any array of size 99?make sure that you take care of all the error conditions?
what is the abap/4
what are the 3 forms of a prolog term
what is the exact full form of OOPS,O -> object O -> oriented P -> programing S-> ? ....
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.