Answer Posted / ankur gulati
Defination Of Serialization:-
if 1 user sis reading a record then other user
only can read dat record but can't update
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
What are the different access modifiers available in java?
what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread
State the difference between creating string as new () and literal.
What happens if we override private method?
what is the difference between a threads start() and run() methods? : Java thread
How to set the permissions to a file in java?
If an application has multiple classes in it, is it okay to have a main method in more than one class?
How is string immutable in java?
Can we initialize the final blank variable?
What about method local inner classes or local inner classes in java?
What is a null check?
What is ternary operator?
What is thread synchronization in java?
What is a final class ?
What is the basic concepts of OOPS?