Can we rethrow the same exception from catch handler?
No Answer is Posted For this Question
Be the First to Post Answer
What is a static method in java?
What is string made of?
Do you know how to reverse string in java?
What is difference between equals and hashcode method?
Is it necessary for the port addresses to be unique? Explain with reason.
all are saying java doesn't support multiple inheritance but by default Object class is super class for all the user defined classes and we can extend atmost one class so each class can extend more than one class so java supports multiple inheritance?i am confused with this,pls any one explain me.
Can a static block throw exception?
What does %d do in java?
What is the difference between static synchronize() metod and synchronize() method?
What are the actions that can occur when a thread enters blocked state?
What is a local, member and a class variable?
What is ‘has a’’ relationship in java?