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
What is the meaning of nullable?
What is primitive data type in java?
Explain aggregation in java?
What is appletviewer?
What is the difference between a method and a procedure?
What is the use of default method in interface in java? Explain
Can we make main() thread as daemon?
What are functions in java?
Differentiate between run time error and syntax error.
What are recursive functions? Give some examples?
5 Coding best practices you learned in java?
Is java a compiler?
What will be the output of round(3.7) and ceil(3.7)?
Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?
What are 3 data types?