Can you give few examples of final classes defined in java api?



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

Post New Answer

More Core Java Interview Questions

What are inbuilt functions in java?

1 Answers  


What are the 4 versions of java?

1 Answers  


Is hashset sorted in java?

1 Answers  


what are the high-level thread states? : Java thread

1 Answers  


What is predicate in java?

1 Answers  


Why do we need public static void main(String args[]) method in Java...?

1 Answers  


What are library required to connect to excel sheet.

2 Answers   Cap Gemini,


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.

3 Answers   IBM,


what is multitherading

3 Answers   Tech Mahindra,


Is Cegonsoft Pvt.Ltd. a good Institute?

4 Answers  


Why string is immutable or final in java

1 Answers  


Is map sorted in java?

1 Answers  


Categories