Answer Posted / raghuveer
When chance of exception and not to terminate the
application
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How are the elements of a gridbaglayout organized?
What is Java Package and which package is imported by default?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?
What is boolean keyword in java?
How do you initialize an arraylist in java?
What is the hashcode () and equals () used for?
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
Can we have multiple public classes in a java source file?
What are void pointers?
Difference between this() and super() ?
What is difference between ++ I and I ++ in java?
What is the differences between c++ and java? Explain
What is bufferedwriter?
Can a class be protected in java?
I want to store more than 10 objects in a remote server? Which methodology will follow?