What is a java object and java application?
Explain the scope or life time of class variables or static variables?
Difference between the String and StringBuffer classes?
IS method overriding is Duplication of Methods?
What is string substring?
How does hashset work in java?
How is hashcode calculated 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 is the alternate of 'Inheritance' ?
How do you use compareto?
What is static block?
Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?
What will happen if we write code like: try{}catch(exception e)catch(IOException i)