Prev Next

Java / Local Variables

What is inline value in Java?

Inline value represents the literals in a Java program.

For example, String str = "Hello", here the string "Hello" is a inline value.

More Related questions...

Show more question and Answers...


Comments & Discussions