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 |
what is singlton class?where it is use in real time senario.
How large is a boolean?
what are three ways in which a thread can enter the waiting state? : Java thread
What is stringreader?
How do you use equal in java?
Explain your academic project?
2 Answers Accenture, Levonsys, SDF, TCS, Tech Mahindra,
Can an unreachable object become reachable again?
What is a finally block?
What is package private scope in java?
how does multithreading take place on a computer with a single cpu? : Java thread
What is a methodologist?
What is java util collection?