![]() |
VOOZH | about |
public final void set(boolean newVal)Parameters: The function accepts a single mandatory parameter newVal which is to be updated. Return Value: The function does not returns anything. Below programs illustrate the above function: Program 1:
Previous value: false Current value: true
Previous value: true Current value: false