Which all r Final classes in java except string?
Answer Posted / tanuj
Math class is also a final class as String class .
| Is This Answer Correct ? | 117 Yes | 9 No |
Post New Answer View All Answers
Is a copy constructor?
How to perform quicksort in java?
What is the difference between inner class and nested class?
what are the methods in object?
Explain java heap space and garbage collection?
What about interrupt() method of thread class ?
make a method which any number and any type of argument and print sum of that arguments.....
Why pointers are not used in java?
What is return null in java?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
What is java instanceof operator?
What does string mean in java?
What is a local block?
What is the meaning of 3 dots in java?
What is the constructor?