Transient
in one of my classes in using a desktop object, when i run my app it gives me a java.io.NotSerializableException: java.awt.Desktop exception. but when i set my desktop object toprivatetransient Desktop desktop
then i doesnt give me this error anymore. what exactly does transient do? and am i using it correctly?
thnx guys

