Example of null literal in java
Answers
Answered by
1
Answer:
Java Literals are syntactic representations of boolean, character, numeric, or string data. Literals provide a means of expressing specific values in your program. For example, in the following statement, an integer variable named count is declared and assigned an integer value.
Similar questions