Java Rumblings
Pages
Home
TOC
Spring
Core Java
Design Pattern
Concurrency
Hibernate
Garbage Collection
Exception
Books
Java API
Collections
Reflection
Class Loader
Annotation
Generics
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment