Can you give few examples of final classes defined in java api?
Answer / Ankur Roj
Examples of final classes defined in Java API include String, Integer, and Character. They are final because they cannot be extended by other classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are inbuilt functions in java?
What are the 4 versions of java?
Is hashset sorted in java?
what are the high-level thread states? : Java thread
What is predicate in java?
Why do we need public static void main(String args[]) method in Java...?
What are library required to connect to excel sheet.
What is the differnence between String Buffer and String builder despite having knowledge that String builder is faster than String Buffer and last one is threadsafe.please tell another important difference.
what is multitherading
Is Cegonsoft Pvt.Ltd. a good Institute?
Why string is immutable or final in java
Is map sorted in java?