Java Best practices
Wednesday, 15 September 2010
What java takes by default?
There are many things like:
Decimal numbers (for example 1.3) are of type double by default. To make them of type float
they must be followed by F (say, 1.3F).
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment