primitive data types in Java ?
Answers were Sorted based on User's Feedback
Answer / ranganathkini
byte, short, int, long, float, double, char, boolean
| Is This Answer Correct ? | 11 Yes | 1 No |
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 |
Answer / ravikiran(aptech mumbai)
byte
short
int
long
float
double
char
| Is This Answer Correct ? | 5 Yes | 4 No |
what is mean by method signature?
Justify your answer that you can't define a method inside another method in java, if you can then how?
Does list allow duplicates in java?
What is meant by nested loop?
Explain the meaning of java applet.
Program to find greatest prime number in n numbers?
Can we declare the main method of our class as private?
What is parameter example?
Where can i get Latest SUN Certification Dumps and what are the Sun Certification Codes that are available, Im new to JAVA, so please gimme info as i need to write J2EE - Core Java Certification
What is difference between throw and throws ?
What is the difference between char and char *?
What is finally block?