Answer Posted / arpit
Serialization is used for persistence it is done by
implementing serializable interface which is a wrapper
class does not have any method
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is an inner class in java?
When do we use synchronized blocks and advantages of using synchronized blocks?
Which object oriented concept is achieved by using overloading and overriding?
Explain purpose of sleep() method in java?
What is a blocking method in Java?
What are synchronized blocks in java?
Explain what access modifiers can be used for variables?
Why singleton class is used in java?
Can an interface have a class?
Explain creating threads by implementing runnable class?
What are latest features introduced with java 8?
Is string a datatype?
What is fail fast in java?
If a class is declared without any access modifiers, where may the class be accessed in java programming?
Is break statement can be used as labels in java?