What are collections and generics
What are collections and generics?
Expert
A collection can be defined as a group of related items that can be referred to as a single unit. The System.Collections namespace provides you with many classes and interfaces. Some of them are - ArrayList, List, Stack, ICollection, IEnumerable, and IDictionary. Generics provide the type-safety to your class at the compile time. While creating a data structure, you never need to specify the data type at the time of declaration. The System.Collections.Generic namespace contains all the generic collections.
Explain the COM components?
Absolute filename: It is a filename whose full path is unambiguously provided starting from the top (that is, root) of a file system tree. For example: c:\Java\bin\javac.exe
Variable: It is the memory block of specific size where value can be stored and modified throughout program execution. Example: int x, float y, float amount, char c;
Explain the purpose of using XML.
Cast: Where Java does not allow the utilization of a source value of one type, it is essential to use a cast to force the compiler to admit the use for the target type. The care must be taken with casting values of primitive types, as this frequently
State the term XLL? Answer: The specification of XML Link Language has XPointer or XLink.
Define the term Class constant: A variable which is defined as both final and static.
Real number: It is a number with an integer and a fractional portion. The primitive types double and float are employed to symbolize real numbers.
Q. 1 Explain number of issues which are faced while porting a c pre processor in java. These issues always have the probability that the code will show errors while trying to execute the code in java. Q.2 : Software Requirement Specification or Requirements for the studen
Mention the different states of the XMLHttpRequest an dalso describe their functions.
18,76,764
1945196 Asked
3,689
Active Tutors
1414553
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!