if i have one string class then how can you achive this
class functionality of this class?
Answer Posted / n. bala subramanian
MyString extends String{
}
This will give all the functionalites of String Object for
MyString
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What is stringwriter?
Can we use return in constructor?
What is the meaning of nullable?
What is singleton class and how can we make a class singleton?
What is meant by flickering?
Is logger a singleton?
What is the purpose of default constructor?
What are the escape sequences in java?
What lambda means?
What are basic data types?
Why does java not support pointers?
what is difference betweem home interface and remote interface?
What are autoboxing and unboxing? When does it occur?
Define class?
What is illegal identifier in java?