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's the access scope of protected access specifier?
What is the method to expand and collapse nodes in a jtree?
What are memory tables?
Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.
Difference between process and thread?
How can you set an applet’s height and width as a percentage?
Is intellij better than eclipse?
What do you mean by synchronized non access modifier?
What are access specifiers in java ?
What type of value does sizeof return?
What is the difference between state-based unit testing and interaction-based unit testing?
Which methods are used during serialization and deserialization process?
Why string objects are immutable in java?
What about main thread in java?
Where is jre installed?