aspose file tools
The moose likes Beginning Java and the fly likes Literal Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Literal" Watch "Literal" New topic
Author

Literal

Aruna Balasuriya
Ranch Hand

Joined: Nov 14, 2009
Posts: 44
What is meant by a literal?
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32833
    
    4
A value you write in the code yourself. So "Literal" is a String literal, 123 and 1.23E45 are both numeric literals and 'z' and '@' are both character literals.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Literal
 
Similar Threads
Literals???
Did you hear the one ... ?
The .class property
(heavy breathing goes here)
Is "null" a keyword in Java?