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
Can we override constructor?
What is the difference between preemptive scheduling and time slicing?
What is a string token?
Which programming language is best in future?
Is string a data type in java?
What are the legal operands of the instanceof operator?
What is the purpose of using the java bean?
What do you understand by the term wrapper classes?
Is 0 true or is 1 true?
Can we define package statement after import statement in java?
What are the different types of java?
Explain try and catch keywords in java?
Can static method access instance variables ?
What does n mean?
What is package protected in java?