Recently i was reading i got this
"When you declare a String (which is immutable) variable as final, and initialize it with a compile-time constant expression, it also becomes a compile-time constant expression, and its value is inlined by the compiler where it is used."
and "i'm really confused what does this mean its value is inlined by compiler" ? Please explain it in Simple way if possible