primitive data types in Java ?

Answers were Sorted based on User's Feedback



primitive data types in Java ?..

Answer / ranganathkini

byte, short, int, long, float, double, char, boolean

Is This Answer Correct ?    11 Yes 1 No

primitive data types in Java ?..

Answer / vijayakumar chinnasamy

Primitive data type:
====================
1 Numeric: type
a. whole numbers: byte,short,int,long
b.float numberis: float,double

2.character type
char

3.Boolean type
boolean

Abstract data type (ADT):
========================
String

Is This Answer Correct ?    6 Yes 0 No

primitive data types in Java ?..

Answer / ravikiran(aptech mumbai)

byte
short
int
long
float
double
char

Is This Answer Correct ?    5 Yes 4 No

Post New Answer

More Core Java Interview Questions

What is an exception?

6 Answers  


what is the difference between a threads start() and run() methods? : Java thread

0 Answers  


what is data binding? give the example

1 Answers   TCS,


what is the difference between yielding and sleeping? : Java thread

0 Answers  


What are different access specifiers in java?

0 Answers  


Explain Method Overloading in Java.

1 Answers  


How many types of memory areas are allocated by jvm?

0 Answers  


What is the purpose of using the java bean?

0 Answers  


what modifiers are used with top-level class?

2 Answers  


What a static class can contains?

0 Answers  


What is yielding and sleeping? how they different?

2 Answers  


can abstract class have constructor how can you achive this ?

4 Answers   Fidelity,


Categories