Which all r Final classes in java except string?
Answer Posted / srinivas
String, Stringbuffered, All Wrapper class, Math class and
System also final classes
Is This Answer Correct ? | 61 Yes | 6 No |
Post New Answer View All Answers
What are access specifiers available in java?
What are serialization and deserialization?
What is meant by memory leak?
What is the difference between size and length in java?
What is the benefit of using enum to declare a constant?
Explain the scope of a variable.
What is hash table in java?
Can a static class have a constructor java?
Why string is not thread safe?
What is the purpose of using java.lang.class class?
What are the ways to instantiate the class class?
What is an object’s lock and which object’s have locks?
How to sort a collection of custom Objects in Java?
Where are variables stored?
What is the difference between preemptive scheduling and time slicing in java programming?