What are ARRAYS?
Answers were Sorted based on User's Feedback
Answer / sudha
It means number of data can be stored in single
variable.This is known as array.
arrays are declare in DIM Array_Name(indexName),it means
Array_Name(5) it stored six item in the array,each item
having position.The position start from Array_Name(0) and
end to Array_Name(5).
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / guest
Arrays are variables that store items of similar
information.DIM ARRAY1(4)
(declares an array with the name array1 with 5 elements)
| Is This Answer Correct ? | 1 Yes | 1 No |
how to configure asp.net website in vs2008. and the projects devoloped in 2005 can be run in 2008
What is asp give its application?
different web application and windows application
What is the difference between Cookies collection and Form/Querystring collection?
how can we delete cookies by coding part . so pls help me
explain with example redaing contents and writing contents from a file using APS object stream.
is string is a value type or reference type?
Define html (hypertext markup language)?
The FileSystemObject provides an object interface to drives, directories, and files for which of the following? A. Any local or mapped drive on either the server or the client. B. Only files and subdirectories in the web site's home directory. C. Any local physical drive or mapped drive on the web server. D. Any file system physically located on the web server. E. The client's computer.
how to connect asp with sql server.......? Write some code for connectivity between sql server and ASP...
What is meant by cookies? Explain the main features?
What is asp in java?