Home Help Java K K - Java Glossary



K - Java Glossary
Posted on: April 3, 2006 at 12:00 AM
The transient keyword is used to indicate to the JVM that the indicated variable is not part of the persistent state of the object.

K - Java Glossary

     

  1. Keyword- transient
    The transient keyword is used to indicate to the JVM that the indicated variable is not part of the persistent state of the object. All the Variables which are part of the persistent state of an object are required to be saved when the object is archived. At that time, the transient marker is ignored by the Java runtime system. 
      

  2. Keyword - this
    A keyword is a word having a particular meaning to the programming language. Similarly, this keyword is used to represent an object constructed from a class in which it appears.
     

  3. Java KeyAdapter
    This is an abstract adapter class used to receive keyboard events. This is the class is used to receive the keyboard events. It creates the keyListener objects using the addKeyListener() meth od.

Related Tags for K - Java Glossary:


More Tutorials from this section

Ask Questions?    Discuss: K - Java Glossary  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.