Answer Posted / niranjanravi
Super class is the class that is inherited and Subclass is
the class that does inheriting.
Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is numeric data type?
Difference between notify() method and notifyall() method in java?
What is an argument java?
Is a boolean variable?
How do you remove spaces in java?
What are methods in java?
Explain the concept of hashtables?
What does t in java mean?
What are the restrictions that are applied to the java static methods?
What is difference between local variable and global variable?
Is it possible to compare various strings with the help of == operator? What are the risks involved?
How do you use spaces in java?
Can constructor be protected in java?
What is data movement?
we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.