What is the is a and has a relation ship in oops concept in
java?
Answer Posted / guest
is a nothing but inheritance and has a nothing but extends
| Is This Answer Correct ? | 15 Yes | 103 No |
Post New Answer View All Answers
Why java is a platform independent? Explain
Can we rethrow the same exception from catch handler?
What is the reflection?
How many types of threads are there in java?
What are format specifiers in java?
Why do we need singleton class?
Explain the difference between a Thread and a Process.
What is exception hierarchy in java?
What is the default execution method in java?
Why is method overloading not possible by changing the return type in java?
What is method with example?
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
5 Coding best practices you learned in java?
What is string array?
Write a method to check if input string is palindrome?