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 are the advantages of passing this into a method instead of the current class object itself?
Is there any sort function in java?
What is boolean strategy?
What is t type java?
Why is a singleton bad?
what are different ways in which a thread can enter the waiting state? : Java thread
What is subsequence of a string?
What is finalize() function in java?
Why method overriding is used?
What is the static method?
What is byte value?
Explain the difference between abstraction and encapsulation.
What is data member in java?
How hashset works internally in java?
Is 64bit faster than 32 bit?