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

What is meant by oops concept in java?

0 Answers  


how to write a program for sending mails between client and server

0 Answers   Lampex,


What does escaping a character mean?

0 Answers  


What is byte [] in java?

0 Answers  


When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?

0 Answers  






What is the significance of listiterator?

0 Answers  


Does java set allow duplicates?

0 Answers  


What is the difference between interpreter and compiling ?

2 Answers   TCS,


What is java instanceof operator?

0 Answers  


Can an anonymous class be declared as implementing an interface and extending a class in java programming?

0 Answers  


Tell me about different OOPS concepts.

0 Answers   Amdocs,


Consider that class classA, abstract class classB, and final classC have been defined.Which one of the following is correct? 1. classA extends classC implements classB 2. class A extends classB, classC 3. classA extends classB 4. classB implements classC

2 Answers  


Categories