15) Why java is not a 100% oops?
Many people say this because Java uses primitive types such as int, char, double. But then
all the rest are objects. Confusing question..
16) What is a resource bundle?
In its simplest form, a resource bundle is represented by a text file containing keys and a
text value for each key.
17) What is transient variable?
Transient variable can't be serialize. For example if a variable is declared as transient in a
Serializable class and the class is written to an ObjectStream, the value of the variable can't
be written to the stream instead when the class is retrieved from the ObjectStream the
value of the variable becomes
null
.
Do'stlaringiz bilan baham: |