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 is jvm? How its run?
What is the use of http-tunneling in rmi?
What is identifier give example?
What are inbuilt functions in java?
What is the relationship difference the canvas class and the graphics class?
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
Differentiate between stringbuffer and string?
How many bits is a string in java?
What is difference between null and void?
Can we use both this () and super () in a constructor?
List some oops concepts in java?
Explain the difference between an object-oriented programming language and object-based programming language?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
How do you convert boolean to boolean?
Explain JMS in detail.