Drupal 8: Programatically update Node with example

In Drupal 8, The nodes are handled as the Entity. The core class Node is helping us to manage the operations of the Node. The below is the syntax and example for update the node details. The Node updates us happens with the Node id of the particular node.