Basic Core Java Concepts
Thursday, June 01, 2006
Math Class
The Math class is final and all the methods defined in the Math class are static, which means you cannot inherit from the Math class and override these methods. Also, the Math class has a private constructor, so you cannot instantiate it.
posted by sandeep_jayesh @
3:16 PM
0 comments
0 Comments:
Post a Comment
<< Home
About Me
Name:
sandeep_jayesh
View my complete profile
Previous Posts
Need of static in main
comparinng Integer objects as String
Character literals
Octal & Hexadecimal
Difference: toString & System.out.println()
Assertion
Arrays
java.lang.Runtime
Heap & Stack memory
Object funda
0 Comments:
Post a Comment
<< Home