Explain the importance of throwable class and its methods?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

When do we use synchronized blocks and advantages of using synchronized blocks?

0 Answers  


Which package has light weight components?

0 Answers  


I have a class which is abstract which contains only the abstract methods. This is similar to an interface. Then, if i have given a choice to choose one of them. Which one i have to choose and why?

4 Answers  


What is jit compiler in java?

0 Answers  


Is array passed by reference in java?

0 Answers  






What is a short in java?

0 Answers  


What are the types of arrays in java?

0 Answers  


Explain about wait() method?

0 Answers  


How will you print number in reverse (descending) order in BST.

0 Answers   GrapeCity,


What are meta-annotations?

0 Answers   Cyient,


7) Suppose there is Student class like class student { int age; string name; } We want to store these objects in a HashMap. Do we need to override any methods in Student class? If any which ones and why? what if i just override equals or just hashcode? what will be the results in both the cases?

4 Answers   CSC, Nagarro, RBS,


Name few java.lang classes introduced with java 8 ?

0 Answers  


Categories