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 |
How do you download stubs from Remote place?
What is passed by reference and pass by value ?
Explain about the interpreter in java?
Is void a data type?
Matrix multiplication only using OOP concepts .
printstream class method println() is calling using System class and its static object out .how it is explain any one in detail with example ?
What does || mean in code?
How do you access command-line arguments within the code?
0 Answers Flextronics, Hexaware,
What kind of variables a class can consist of?
Are floats faster than doubles?
What are latest features introduced with java 8?
Is integer passed by reference in java?