Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
Devashish, A literal describes a constant value. Types of literals include 100, 0, -15 - Integer literals Operators, such as +, -, ++, ==, are used to perform operations on literals, and objects. Transient variables are declared on serialized (persistent) objects. If you dont want a particular variable of that object persisted - maybe a password the object stores - you can declare it as transient. Hope this helps, Regards, Jody
Replies:
|
Sponsored Links
|