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


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

C and C++ has constructors and distructors, why does Java does not have distructors?

1 Answers   T3 Softwares,


What is java and their uses?

0 Answers  


What is the difference between a local variable and an instance variable?

0 Answers  


What is difference between java and java ee?

0 Answers  


To what value is a variable of the Boolean type automatically initialized?

3 Answers  






What is the difference between static synchronize() metod and synchronize() method?

1 Answers   Polaris,


What is t in parametric equations?

0 Answers  


What is immutable class? how to make a Class explicitly "Immutable"?Wap to make a class explicitly immutable.

3 Answers  


What is implicit object in java?

0 Answers  


describe synchronization in respect to multithreading? : Java thread

0 Answers  


what is the difference between String s="hello"; and String s=new String("hello");?

3 Answers  


Which is better stringbuilder or stringbuffer?

0 Answers  


Categories