Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Explain different data types in Java.

Answer Posted / hr@tgksolutions.com

Java has two different kinds of data types, which are described below:

Data Type Primitive
Object data type or non-primitive data type

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to perform bubble sort in java?

1046


Are constructors methods?

1072


How do you write a good declaration?

1026


Can we have more than one package statement in the source file?

1108


What is append function?

1055


what is enumset?

1195


What is private static in java?

1088


What is the nested interface?

1156


What is the best way to findout the time/memory consuming process?

1074


Explain about serializable interface in java?

1045


How can we make copy of a java object?

1211


What is the range of a character variable?

1041


What are the various access specifiers for java classes?

1112


What are the data types supported by java? What is autoboxing and unboxing?

1065


These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }

1131