|
C# and .NET interview questions - Various types of generic collections
Answer: There are basically four different types of generic collections which
are as follows:-
1. List:- Lists are indexed based Generic
Collections. Lists are Generic form of ArrayList.
List helps us to create flexible strong type collection as you can see in
below code snippet i have defined List as "int" and "string".
//index based Generic collection
List<int> ObjInt = n
|
Example for write data into excel sheet in java
import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.util.A
|
Google Street View in Java
lt;!--Add scripts from google while signing up for MAps--> <script type="text/javascript">
|