Which all r Final classes in java except string?
Answer Posted / farouq
Some of default final classes in java
1)String
2)Boolean
3)Double
4)Integer ..this goes on ( ithnk u catch it ....Wrapper
classes)
5)Math
6)MathContext
7)Void
8)UUID
9)URL ,URI and UID
10)Subject are some of them....
| Is This Answer Correct ? | 39 Yes | 6 No |
Post New Answer View All Answers
Why is the singleton pattern considered to be an anti pattern?
What is the difference between sop and work instruction?
Explain about field hiding in java?
What are data types in programming?
What are the files generated after using IDL to java compiler?
What is the difference between jdk, jre, and jvm?
How do you override a method?
Difference between object and reference?
What is a final class ?
What is scope of a variable?
What is the current version of java?
What is final keyword in java? Give an example.
What is pangram in java?
What is a Hash Table? What are the advantages of using a hash table?
What is finalize()? Is finalize() similar to a destructor?