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
Explain how cache is used? : Dot net architecture
Whate are resource files? How are they used in .net?
Explain the types of memory management? : .NET Architecture
Explain Singleton design pattern in .net
What is a service class?
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.....
Can I create my own permission set?
if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get
Different types of authentication modes in .net framework ?
Explain .net mobile input controls? : Microsoft dot net mobile
Define a virtual memory? : Dot net architecture
What is .net transaction?
Explain the race around condition? : .NET Architecture How can it be overcome? : .NET Architecture
Why am I getting an invalidoperationexception when I serialize an arraylist?
What are the major differences between services and web services?