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
Is there a jre for java 11?
What is a nested list?
How will you serialize a singleton class without violating singleton pattern?
What do you mean by compiler?
What is the difference between super class & sub class?
How hashmap increases its size in java?
List the different types of classloaders in java.
Tell me are there implementations for sorting and searching in the java libarary?
what is bmg file and how to create that files?what will it contailn?
How to change value in arraylist java?
How do you implement singleton class?
When can an object reference be cast to an interface reference in java programming?
What is the use of flag?
Difference between overriding and overloading in java?
If a method is declared as protected, where may the method be accessed in java programming?