What is Protected access
Protected access: Protected access is accessible to a class member prefixed with protected access modifier. This member is accessible to all classes stated within the enclosing package, and any sub-classes expanding the enclosing class.
Define the difference between phases of software development or software life cycle?
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.
What do you mean by ActiveX control? Describe in brief.
Layout manager: The object responsible for sharing the accessible space between multiple components in a graphical container.
Iteration: The repetition of a set of statements, generally employing a looping control structure, like a while loop, for loop and do loop.
Loop variable: A variable employed to control the operation of a loop, like a for loop. Usually, a loop variable will be provided an initial value and it is then incremented after each and every iteration till it passes or reaches a terminating value.
State the term multi programming.
State the terms preemption and context switching.
Continue statement: A statement which might only be employed within the body of a loop. In case of a while loop or do loop, control passes instantly to the loop's terminating test. In case of a for loop, the control passes to the post-body update expr
Explain the common uses of XML.
18,76,764
1958266 Asked
3,689
Active Tutors
1421915
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!