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 difference between String buffer and String builder?

5 Answers   Benchmark,


What is "this" keyword in java? Explain

0 Answers  


What is palindrome in java?

0 Answers  


When is the finalize() called? What is the purpose of finalization?

0 Answers  


Name the method that used to clear the buffer ?

2 Answers  






When we serialize an object does the serialization mechanism saves its references too?

0 Answers  


What is the difference between Java Program Constructor and Java Program Method, What is the purpose of Java Program constructor Please Explain it Breafily?

0 Answers   PUCIT,


Why is java multithreaded?

0 Answers  


What is ascii format?

0 Answers  


What is meant by wrapper classes?

3 Answers  


How do you declare a variable?

0 Answers  


what value will be return by the read() method once it reaches the end-of-file? a. Throws EOException b. Return null c. Return -1 d. Read method return nothing, because it is void method

1 Answers  


Categories