What is serializable interface?
Answer Posted / kanhaiya kumar
It save the state of the object in persistent(where we can
save data without Database. like- disc or pen drive etc..)
area..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Difference between this() and super() ?
What is a stack class in java ?
What methodology can be employed to locate substrings inside a string?
Is it necessary that each try block must be followed by a catch block?
What is package protected in java?
Explain wait(), notify() and notifyall() methods of object class ?
What is a protected class in java?
Does list allow duplicates in java?
What are latest features introduced with java 8?
What is meant by vector class, dictionary class, hash table class, and property class?
What are some examples of variable costs?
Name and explain the types of ways which are used to pass arguments in any function in java.
Why for each loop is used?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx