1. Which keyword can be used in the subclass to call the constructor of the superclass? |
2. What of the following is supported by method overrding in java? |
3. Which class is superclass of every class in java? |
4. Which class is the superclass of String and StringBuffer class? |
5. What will be the output of the code ________?
|
6. What will be the output of the code ________?
|
7. What will be the output of the code ________?
|
8. Which of the following is correct regarding concatination of two or more string objects? |
9. StringBuffer class uses __________ method to get the length of sequence of characters? |
10. What will be the output of the code ________?
|