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 |
Explain the event handlers of session object?
What is ServerVariables collection?
What is Session Object?
Give an example of how using an HttpHandler could simplify an existing design that serves Check Images from an .aspx page.
Name the asp objects?
Why asp is called active server?
Where is the value-type variables allocated in the computer ram?
what are ASP Objects?
how we can create more than one web.config file in our asp.net project
What is the difference between sap r/2 and r/3
What do you need to run asp?
Can be arrays resized by using the keyword redim?