Answer Posted / ravikiran(aptech mumbai)
yes an exception can be rethrown by make use of throws
keyword,to it's calling method
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Explain the difference between throw and throws in java?
Is main a keyword in java?
Why can we not override static method?
What are the advantages of java inner classes?
How a string is stored in memory?
when should you use stringbuilder class in a program?
When throws keyword is used?
Detail discussions on JVM, memory management and garbage collector.
Write java program to reverse string without using api?
What is the order of arraylist in java?
Why do we need hashset in java?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
What is nextint java?
What is the importance of hashcode() and equals() methods?
How can we create objects if we make the constructor private ?