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
How does varargs work in java?
What are filterstreams?
When should you use arraylist and when should you use linkedlist?
What is the use of pattern in java?
Name few "optional" classes introduced with java 8 ?
How many ways can we create singleton class?
What is java reflection api?
What is hotjava?
Can finally block be used without a catch?
Explain about version control?
Can set contain duplicates?
What is the use of isempty in java?
What is executor memory?
What is stack example?
What is the purpose of return statement?