What is Ripple Effect?


The process of propagating the changes in the properties of a server group during runtime to all the associated clones is called Ripple Effect.



Explore posts in the same categories: EJB Interview Questions


BOOKMARK THIS : del.icio.us | Digg it | Furl | reddit |


Related Questions :

  • How many types of canvases are there?
  • There are 4 types of canvases called as Content and Stack Canvas. Content canvas is the default and the one...
  • What is Cause Effect Graph?
  • A graphical representation of inputs and the associated outputs effects which can be used to design test cases....
  • Do you know about Cause- Effect graph?
  • A graphical representation of inputs or stimuli (causes) with their associated outputs (effects), which can be used to design test...
  • How do you leave the cursor open after issuing a COMMIT ?
  • Use WITH HOLD option in DECLARE CURSOR statement.  But, it has not effect in psuedo-conversational CICS programs....
  • What is an HTML “entity”?
  • An entity is a specific character string that has the effect of causing a formatting program to select and present...
  • Why doesn’t the following code give the desired result?
  • int x = 3000, y = 2000 ; long int z = x * y ; Ans: Here the multiplication is carried...
  • What do you mean by atomicity and aggregation?
  • Atomicity:Either all actions are carried out or none are. Users should not have to worry about the effect of incomplete...
  • What is the difference between CONTINUE & NEXT SENTENCE ?
  • They appear to be similar, that is, the control goes to the next sentence in the paragraph. But, Next Sentence...
  • How do I change the permission set for a code group?
  • Use caspol. If you are the machine administrator, you can operate at the 'machine' level - which means not only...
  • Which set of definitions, HTML attributes or CSS properties, take precedence?
  • CSS properties take precedence over HTML attributes. If both are specified, HTML attributes will be displayed in browsers without CSS...

    Comment:

    You must be logged in to post a comment.