Computer Science, asked by meghasarthak6, 9 months ago

Example of null literal in java

Answers

Answered by abhirock51
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