Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
what is an identifieridentifiers are northing but names given to various entities uniquely identified in a program the name of identifiers must vary
differentiate between the while and for loop in cthe while and for loops are used to implement those units of code that require to be repeatedly
differentiate between boxing and unboxingwhen a value type is changed to an object type the process is known as boxing while when an object type is
what is the main difference between sub-procedure and functionthe sub-procedure is a block of multiple visual basic statements within sub and end sub
explain the diffrent type of literals in cthe different types of literals in c areboolean literals - refers to the true and false literals that map
what are the different types of literalsa literal is a textual representation of an exacting value of a typethe dissimilar types of literals in
briefly explain the characteristics of reference-type variables that are supported in the c programming languagethe variables that are based on
what is a parameter explain the new types of parameters introduced in c 40a parameter is a special type of variable which is used in a function to
a servey is done in mp by forest department finding different types of species of birds the servey data covered four major cities
what is a classa class describes all the attributes of objects as well as the methods that execute the behaviour of member objects it is a
what is object-oriented programming oopoop is a technique to develop logical modules like classes that contain properties methods fields and events
what is the difference between int and int32there is no difference among int and int32 systemint32 is a net class and int is an alias name for
describe the roles of clr in net frameworkclr gives an environment to execute net applications on target machines clr is also a common runtime
what is difference between systemstring and systemstringbuilder classesstring and stringbuilder classes are used to store string values but the
what is the role of the jit compiler in net frameworkthe jit compiler is an significant element of clr which loads msil on target machines for
what is common language specification clscls is a set of essential rules which must be followed by each net language to be a net- compliant language
how many types of generations are there in a garbage collectormemory management in the clr is separated into three generations that are building up
what is lazy initializationlazy initialization is a process by which an object is not initialized until it is first called in your code the net 40
what is microsoft intermediate language msilthe net framework is shipped with compilers of all net programming languages to develop programs there
what are the improvements made in cas in net 40the cas mechanism in net is used to control and configure the ability of managed code previously as
mention the execution process for managed codea piece of managed code is executed as follows choosing a language compiler
what is difference between namespace and assemblyfollowing are the differences among namespace and assemblyassembly is physical grouping of logical
how does cas worksthere are two key methods of cas security policy- code groups and permissions a code group contains assemblies in it in a manner
what is garbage collection explain the difference among garbage collections in net 40 and earlier versionsgarbage collection stops memory leaks
what are tuplestuple is a fixed-size collection that can have elements of either similar or different data types same to arrays a user must have to