What is redim keyword and its use?



What is redim keyword and its use?..

Answer / Chhatrapal

"The Redim keyword in VB.NET is used for resizing an array at runtime. It can be used to change the dimension or length of an existing array, but it will lose any existing data if the array is being resized in a different dimension. Be aware that using Redim can have performance implications and should be used with caution."n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB.NET Interview Questions

in my windows application i have to show excelwork sheetwhich is stored in the local system can any one tell me the code?

1 Answers  


Explain clr?

1 Answers  


What is the difference between convert.tostring and i.tostring method?

1 Answers  


What is JIT(Just In Time) and How it works?

5 Answers   Data Entry Operator, Infocons, Siemens,


what are the advantage in vb.net and different between vb and vb.net

6 Answers   Data Entry Operator, Infosys, TCS, Zansa,


how to get dynamic control array position or its index position?

1 Answers   CMC,


How to retrieve images in sql server database through vb.net?

0 Answers  


Write program in VB.Net with SQL Server and Crystal Reports to develop a small windows application to add,edit,save, search and print Employee Information and send sourcecode as zip file. empcode : .............. empname : .............. dateofjoin : dd/mm/yyyy dateofbirth : dd/mm/yyyy TableName: EmpMaster EmpCode EmpName DOB DOJ TableName: EmpDocs EmpCode DocNo DocName ExpDate

1 Answers   TCS,


how to connect crystal report with vb.net ?

2 Answers   Patni,


Explain the use of new keyword?

1 Answers  


Can we use Vb.Net and C# language simultaneously in one .Net application?

1 Answers   PUCIT,


What is the difference between Namespace and Assembly?

1 Answers  


Categories