if i have one string class then how can you achive this
class functionality of this class?
Answers were Sorted based on User's Feedback
Answer / ganesh
MyString extends String{
}
This will give all the functionalites of String Object for
MyString
Above code is not working. because String is a final class.
Final class can't be extend.
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / 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 |
Tell me the Importent classes in net package?
why is S capital in System.out.println ????
What is main method?
What are the ways to instantiate the class class?
What is the difference between this() and super()?
What are the 6 mandatory procedures for iso 9001?
Are private methods final?
What is abstract class constructor called?
What is meant by attribute?
What is an iterator java?
How do you trim a space in java?
What is a compilation unit?