what is the difference between through and throws?
Answers were Sorted based on User's Feedback
Answer / mahesh
there is no such keyword in java(through).it is used in our regular language ...throws means it throws exception..it should written the method header part only...
Is This Answer Correct ? | 13 Yes | 2 No |
Answer / sharad
I think it's not through but throw. So the question is what is the difference between throw and throws?
Ans. Throw is used to through an exception and throws is used to declare in the method beginning that this method can throw an unchecked exception and which it does not handle.
Is This Answer Correct ? | 5 Yes | 1 No |
How do you debug your java program?
where is JNDI being used in java platform?
what is the IDE that you have used to write your java programs?
2 Answers Inforica, Interface Software,
What is Visual Source Safe(source control Tool)?
what is difference between vector and arraylist?.
what debugging tool that can be used to debug the java programs?
What are the considerations to be made in case of loops in java ?
what is difference between business deligate and session facade ?
What is the difference between Eclipse and MyEclipse?
What are the different types of ways where you can iterate over a list? : java collections
Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?
Which is the better framework for web applications, struts or spring, and why?