The public static final modifier as integer

Report a typo

You know that the public modifier is represented by the value 1, the static modifier is represented by the value 8, and the final modifier is represented by the value 16.

What is the value to represent the combination of all these three modifiers?

To solve this problem, you can either calculate the solution or write a small code snippet and check it.

Enter a number
___

Create a free account to access the full topic