What is the exception hierarchy in java?


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

Post New Answer

More Core Java Interview Questions

What is void data type?

0 Answers  


Is java pass by value or pass by reference?

0 Answers  


How do you define a set in java?

0 Answers  


Explain restrictions for using anonymous inner classes?

0 Answers  


What is casting?

3 Answers   BMC,


Assume a thread has lock on it, calling sleep() method on that thread will release the lock?

0 Answers  


What is the purpose of the finally clause?

3 Answers  


what is a package?

11 Answers  


What variables are stored in stack?

0 Answers  


What are the advantages of encapsulation in java?

0 Answers  


Are arrays immutable in java?

0 Answers  


Scenario: There are 1 to 100 numbers. Each number should be keep in the each column like from A column to Z column ie 1 to 26. From 27 to 52 should be in 2nd row in the excel sheet. This has to be continue till 100. How do you write Java program and what are various methods.

4 Answers   Cap Gemini,


Categories