Which all r Final classes in java except string?

Answers were Sorted based on User's Feedback



Which all r Final classes in java except string?..

Answer / tanuj

Math class is also a final class as String class .

Is This Answer Correct ?    117 Yes 9 No

Which all r Final classes in java except string?..

Answer / umesh

String Buffer,Wrapper class,Math class are Final classes in
java

Is This Answer Correct ?    78 Yes 13 No

Which all r Final classes in java except string?..

Answer / srinivas

String, Stringbuffered, All Wrapper class, Math class and
System also final classes

Is This Answer Correct ?    61 Yes 6 No

Which all r Final classes in java except string?..

Answer / farouq

Some of default final classes in java
1)String
2)Boolean
3)Double
4)Integer ..this goes on ( ithnk u catch it ....Wrapper
classes)
5)Math
6)MathContext
7)Void
8)UUID
9)URL ,URI and UID
10)Subject are some of them....

Is This Answer Correct ?    39 Yes 6 No

Which all r Final classes in java except string?..

Answer / sudhakar.m

String, string buffered,StringBuilder,
Math,Void,StrictMath,Class are also final classes

Is This Answer Correct ?    37 Yes 6 No

Post New Answer

More Core Java Interview Questions

What is your platform?s default character encoding and how to know this?

0 Answers   TCS,


What is string in java?

0 Answers  


can you use the two main method in same class?how?

4 Answers   DELL, Geosoft, SparkTG,


What is string example?

0 Answers  


If two threads call a static method at the same point of time, what will happen?

3 Answers   KPIT,






What is the purpose of a default constructor?

0 Answers  


why java does compile time polymorphism at run time ?

6 Answers   CTS, TCS,


if we give input as " hi how are you" then the output should be "uoy woh"...it should skip odd words in the input and should reverse even words from the end of string...can anyone help me to write this program in java

1 Answers  


List some important characteristics on jre

0 Answers  


What is tostring () method?

0 Answers  


What do you mean by append?

0 Answers  


can abstract class have constructor how can you achive this ?

4 Answers   Fidelity,


Categories