Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116)
Can a class have a static inner class?
When do you use merge() and update() in hibernate?
What inbuilt themes are provided by struts2?
List the important attribute and elements of action mapping under struts.
What is the bean life cycle in spring bean factory container?
What is the process to implement doget and dopost methods?
Can Exception handling we can handle multiple catch blocks?
Similarity and difference between static block and static method ?
What is synchronous messaging?
How many types of messaging model do JMS provide for and what are they?
What does flag mean in java?
State the different connection methods used for creating different types of sql.
explain the attribute channel in web sphere mq?
What is the difference between yielding and sleeping?
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