Can a static block throw exception?
No Answer is Posted For this Question
Be the First to Post Answer
Java support call by reference (pass by reference) ?
What do you mean by local variable and instance variable?
What advantage does an entity bean have over a sessin bean?
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
I have a Arraylist object, it has duplecate values also. Now question is i want delete duplecate data in that objet with out using Set?
What are the two basic ways in which classes that can be run as threads may be defined?
What are the two main uses of volatile in Java?
What is the difference between the paint() and repaint() methods in java programming?
What is navigable map in java?
explain the concept of virtual method invocation in polymorphism in detail?
What is nullpointerexception?
Is simpledateformat safe to use in the multithreaded program?