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.
Static method: The static method (also termed as a class method) is one with static reserved word in its header. The static methods vary from all other methods in that they are not related with any specific instance of the class to which they fit in.
Preempt: It is the presently executing thread might be preempted, or forced to give up control, by a higher priority thread which becomes eligible to run throughout its time slice.
Race hazard: It is a situation which occurs between multiple threads sharing a resource. The race hazard occurs whenever one thread's suppositions regarding the state of a resource are invalidated by the actions of the other thread.
Critical section: It is a section of code in which there is potential for a race hazard. The critical sections made use of the synchronized statements or methods.
Static nested class: It is a nested class with static reserved word in its header. Dissimilar inner classes, objects of static nested classes contain no enclosing object. They are as well termed as nested top-level classes.
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
Reserved word: It is a word reserved for a particular purpose in Java, like: class, int, public, and so forth. These words might not be employed as ordinary identifiers.
Virtual desktop: The name employed to explain a user's graphical working area in a window manager. The name arises in the early days of graphical user interfaces whenever it was thought that such would lead to `paperless offices'. This was anticipated
Inside the interface accessibility modifier we can use for methods?
Method overriding: It is a method stated in a super class might be overridden by a method of similar name stated in a sub class. The two methods should have similar name and number and types of formal arguments. Any checked exception thrown by sub-cla
18,76,764
1926858 Asked
3,689
Active Tutors
1419026
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!