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
Differentiate between a class and an object.
What is finally and finalize in java?
Explain about interthread communication and how it takes place in java?
Give some features of interface?
What is an immutable class? How to create an immutable class?
What is main method?
What is the main use of java?
What are the rules for naming an array?
What is the purpose of assert keyword used in jdk1.4.x?
Is java a security risk?
how we can make a read-only class in java?
Can we synchronize static methods in java?
What is the role of garbage collector in java?
String class is defined under which package in java?
What is difference between wait and notify in java?