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
Why deletion in linkedlist is fast than arraylist?
Enlist diffrent types of inheritance supported by java?
Why is string buffer better than string ?
How do you compare two strings lexicographically?
What is the difference between a window and a frame in java programming?
What is the reason behind using constructors and destructors?
How do you declare an array that will hold more than 64KB of data?
What is the numeric promotion?
What is java util list?
How do we access static members in java?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
How do you sort a string in alphabetical order in java?
What is final method in java?
What is static keyword in java?
What is the importance of hashcode() and equals() methods?