what is Difference beetween Array and Hash Table.?
Answer Posted / ranjana tyagi
In An array We make collection of same type of data.But in
hash table we can collect different type of objects.
2.In array we can access the element using index.we have to
access element one by one.If we do'nt remember index then
we cant acess the element.On the other hand in hash table
we can acess the element by using key.Also in hash table we
can take the key of the element a string also.
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
how to change row background color in gridview
What's new in the .net 2.0 class library?
What are the new features of .net 2.0?
deference between display and visibility property of CSS
State the different levels of exceptional safety?
I am working with asp.net 2005 and Crystal report 10. I have an image field on my dataset to show on Crystal report.And the image is shows dynamically from database in image field of CR. The image field is showing well on my Crystal report on its first page with all other data but when i click to open second page of CR,it does not show any data on that.I found that this is because of adding the image field on crystal report. Because when i remove the image field from the CR then it will run both the pages of CR. I am using the Page Load event to bind CR data with Database. And i have already check with the Init event to bind CR , but it still not shows the data on second page when i use image field on that. Please give solution for that.....
Explain difference between machine config vs. Web config : Dot net architecture
How does an appdomain get created?
Xmlserializer is throwing a generic "there was an error reflecting myclass" error. How do I find out what the problem is?
how to create applications by using Visual Studio 2012?
Explain domestic architecture artifacts? : .NET Architecture
Explain different pipelining hazards and how are they eliminated? : .NET Architecture
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form.
Describe the advantages of writing a managed code application instead of unmanaged one. What is involved in certain piece of code being managed?
difference between data reader and dataset