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 many types of operators are there?
Which collection does not allow duplicates in java?
How many times finalize method will be invoked? Who invokes finalize() method in java?
How does arraylist work in java?
What is balanced tree in java?
What are the access modifiers in java?
How many types of array are there?
What is the importance of static variable?
What are the main uses of java?
Why are generics used?
What is main method?
What are 3 data types?
What is the importance of hashcode() and equals() methods?
Is int primitive data type?
What is a java string?