Which all r Final classes in java except string?
Answer Posted / 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 |
Post New Answer View All Answers
Is null function in java?
Write java program to reverse string without using api?
Define jre i.e. Java runtime environment?
What is join () in java?
Why strings in java are called as immutable?
Explain constructors and types of constructors in java.
Should a main method be compulsorily declared in all java classes?
What is annotation in java?
what is difference betweem home interface and remote interface?
What is the use of list in java?
What is a double vs float?
What is locale in java?
In the below example, how many string objects are created?
Describe what happens when an object is created in java ?
Which class cannot be a subclass in java?