Explain about exception propagation?
No Answer is Posted For this Question
Be the First to Post Answer
Can we convert integer to string in java?
Can we extend a class with private constructor?
How many objects are created when we create String class object using new operator?
What is cloneable interface?
How to compare strings in java?
What is java objectoutputstream?
Why does java not support operator overloading?
what is difference Between Core Java and advance java
60 Answers HCL, HP, Sambalpur University, TCS, Vensai Technologies, Wipro,
class A{ some variables; public void a()throws Excepion1,Exception2{....} } class B extends A{ variables... public void a()throws E2,E3{.....} } Qns: here override of methods occurs or not,ore else wil give any compilation error or run properly..plz tell me briefly whts happening with the above codes....
In method overloading ,if i change the return type to Long instead of INT,is the program execute
What is the difference between overloading and overriding a function?
13 Answers eG Innovations, Infosys, TCS,
How finally used under exception handling?