Which all r Final classes in java except string?
Answers were Sorted based on User's Feedback
Answer / tanuj
Math class is also a final class as String class .
| Is This Answer Correct ? | 117 Yes | 9 No |
Answer / umesh
String Buffer,Wrapper class,Math class are Final classes in
java
| Is This Answer Correct ? | 78 Yes | 13 No |
Answer / srinivas
String, Stringbuffered, All Wrapper class, Math class and
System also final classes
| Is This Answer Correct ? | 61 Yes | 6 No |
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 |
Answer / sudhakar.m
String, string buffered,StringBuilder,
Math,Void,StrictMath,Class are also final classes
| Is This Answer Correct ? | 37 Yes | 6 No |
Is age a discrete variable?
What is math floor in java?
How do you create a method in java?
What are the Memory Allocations available in JavaJava?
What are different types of states exist for a thread?
Can we declare register variable as global?
What is the differences between c++ and java? Explain
2) Suppose there are 5 directories having lot of files (say txt files) in each directory. 2 things :- 2.1) You want to search for filenames which have a particular pattern. 2.2) Out of these filtered files you want to search for a particular keyword or a search string. How can you achieve this?
What is meant by distributed application? Why are we using that in our application?
What are the two environment variables that must be set in order to run any java programs?
Can list be null in java?
List out five keywords related to exception handling ?