Is there any way to force java to test two condition regardless the first condition? [duplicate] December 7, 2023 by Tarik int first = stack.pop(); int second = stack.pop(); if (first == 1 && second == 1)