Different compatibility types when creating a COM COMPONENT
What are the different compatibility types when creating a COM COMPONENT?
Expert
No Compatibility. New types of GUID created, references by other components will not work Project Compatibility. It is default for a new component Binary Compatibility. As well GUID does not change; references by other components will work.
Throw statement: It is a statement employed to throw an exception. For example: throw new IndexOutOfBoundsException(i+" is too large.");
Model-view pattern: It is a pattern in which the representation of data (that is, the model) is kept separate from its visualization (that is, the view). These decoupling makes it simpler to change the underlying data representation, or give multiple
Q. Explain method over ridding in java. Give ex
Define the term Runtime error: It is an error which causes a program to finish whenever it is being run.
Overriding for restriction: It is a form of method overriding in which the sub-class version of a method calls the super-class version first of all and then employs or manipulates the outcome or consequences of that call in some manner.
Bounds: It is the limits of an array or collection. In Java, the lower limit is for all time zero (0). In case of an array, the upper bound is one less than the length of the array, and is fixed. Indexing exterior the bounds of an array or collection
Connection handshake: It is the exchange of messages among two processes in an attempt to create a connection between them.
What is validating parser? Answer: A parser makes sure that an XML document is valid additionally to being well formed.
Define the term Mutual recursion: Recursion which outcomes from two methods calling one other recursively.
Byte code: Java source files are converted by a compiler into bytecodes that is, the instruction set of the Java Virtual Machine (JVM). The Bytecodes are stored in the .class files.
18,76,764
1940260 Asked
3,689
Active Tutors
1415940
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!