Answer Posted / srinu
Arraylist are already implent serializible interface.
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
What is the default execution method in java?
What is meant by data hiding in java?
Where local and global variables are stored?
When should you make a function static?
Can It is possible to synchronize the constructor of a Java Class?
What are inner classes or non static nested classes in java?
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
What do you mean by formatting?
What does localhost mean?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
Which java collection does not allow null?
What is keyword and identifier?
What is user defined exception in Java?
What are the files generated after using IDL to java compiler?
What is finally block?