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 |
Which is better 64 bit or 32 bit?
In the below example, what will be the output?
Explain about global variables in Java?
Why is java called java?
What is javac used for?
What is Remote Interface ?
What is primitive array?
What is the main use of generics in java?
How many bytes are a float?
What is non static block in java
10 Answers Emphasis, Ness Technologies,
What are different types of inner classes ?
How do you do absolute value in java?