Explain the COM components
Explain the COM components?
Expert
It evolved as this while u write a CLASS to reuse within a application, numerous instances of the class exists along with each instance of application, subsequently u want to ignore it to make a class and put this in DLL now only one example exists though numerous instances of applications exists Application requires to be recompiled while DLL is modified, therefore came COM.
COM is independent component which internally handles networking and resources COM utilizes IDL to communicate to various languages.
Explain the new features of the ASP.NET AJAX 4.0?
Use of setjmp() and longjmp(): In C/C++, setjmp() saves the contents of the registers at a particular state in the program and longjmp() will restore that state later. In this way, longjmp() “returns” to the state of the program when setjm
Shallow copy: It is a copy of an object in which copies of each and every object's sub-components are not as well made. For example, a shallow copy of an array of objects would outcome in two separate array objects, each having references to similar s
What are the differences between logical and physical address spaces?
Define the term Local inner class and Local variable: Local inner class: It is an inner class stated in a method. Local variable: It is a variable defined within
Conditional operator: It is an operator taking three operands that is, a ternary operator. The conditional operator (?:) is employed in the form bexpr ? expr1 : expr2 Q : What is Low level programming languages Low level programming languages: It is frequently termed as `assembly languages’; these give little more than the fundamental instruction set of a particular Central Processing Unit. Therefore programs written in low level programming languages
Low level programming languages: It is frequently termed as `assembly languages’; these give little more than the fundamental instruction set of a particular Central Processing Unit. Therefore programs written in low level programming languages
Exception: An object symbolizing the occurrence of an exceptional circumstance - usually, something which has gone wrong in the smooth running of a program. Exception objects are made from classes which expand the Throwable class.
An interesting way to estimate pi can can done using Monte Carol method with minimal mathematics. Monte Carlo is known for its casinos. A Monte Carlo method uses change, or in our case, random numbers to simulate the real situation. The situation we simulate here is t
Define the difference between write through and write back cache?
18,76,764
1941183 Asked
3,689
Active Tutors
1416824
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!