Yes, you can nest as deep as you want in Java.


if (condA)
{
switch(element1)
{
case 1:
switch(element2)
{