What happens if an exception is not handled in a program?
No Answer is Posted For this Question
Be the First to Post Answer
What is super keyword in java ?
hoe can u call a constructor of a private classs to other inherited claa??
What is math floor in java?
where is .equals() method and how is it different from == operation <giving some confusing implementation> Is hashing related to these?
how many ways to create Thread and which one is good? runnable interface ot Thread class?
Interface A { String test(); } Interface B { int test(); } Create a class AB which must implements both A & B interfaces.
C and C++ has constructors and distructors, why does Java does not have distructors?
What is nested interface?
What is the preferred size of a component in java programming?
What is the static field modifier?
What is multi level inheritance in java?
why java is not supporting multiple inheritence?