java types which is not type primitive -



java types which is not type primitive -

i'm familiar java primitive types described in next link http://docs.oracle.com/javase/tutorial/java/nutsandbolts/datatypes.html question type next types related

bigdecimal , java.util.date string ....

where can found doc describe type not primitive , not related list hashmap etc talking types can defined class members.

you can find info in java api. example, bigdecimal:

http://docs.oracle.com/javase/6/docs/api/java/math/bigdecimal.html

any type can defined type of class member.

java types type-conversion

Comments

Popular posts from this blog

javascript - mongodb won't find my schema method in nested container -

Hibernate criteria by a list of natural ids -

ios - Lagging ScrollView with UIWebview inside -