Category Archives: Java Interview
what is a transient variable?
A transient variable is a variable that may not be serialized.
All Object Oriented Languages share three common defining traits, What are those?
Encapsulation, Polymorphism and Inheritance.
All Object Oriented Languages share three common defining traits, explain.
A class defines an Objects methods and instance variables, i.e. the data it will store and methods to access that data. An Object is an instantiated class which has a state.
Recent Comments