2 questions.
java -ver
sudo update-java-alternatives -s ...
will configure all the alternatives at the same time
update-java-alternatives -l
lists the alternatives
sudo update-alternatives --config java
Is the command to swap it i believe.
You can then call
which java
and it should reference the version selected.