class App { public static void main(String[] args) { // The boolean keyword is for creating a variable with boolean data type. boolean result = true; System.out.println(result); } }