Ducking is automatic in checked exception?True or false
Answer Posted / bhavika
yes it is true
Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What is the effect of keeping a constructor private?
Which of the following is not an isolation level in the JDBC
Why string is immutable with example?
Is array serializable java?
What is a qualifier in a sentence?
Can we override private method in java?
How do you sort objects in java?
Why there are some null interface in java? What does it mean?
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
How does hashset work in java?
Can we have static methods in an interface?
Can an interface have a constructor?
Is there a sort function in java?
What is memory leak and how does java handle it?
What is functional interface in java example?