Which of the following declaration is wrong?
int i=45;
float j = 45.0;
double k=45.0;
Answer Posted / azad bajaj
Correct way to declare is
floar j= 45.0f;
| Is This Answer Correct ? | 19 Yes | 4 No |
Post New Answer View All Answers
please mail me the interview question based on java/j2ee
What is iterator in the java collections framework? : java collections
What are the queues in the java collection framework? : java collections
can u draw class/object diagram for ATM
Which sorting algorithm is used by collections.sort() in java ?
What are the uses of the set interfaces in the java collections? : java collections
What is the use of hashcode in java ?
What are the types of interface used in the java collections? : java collections
Hi frnds how to lock an user when he enter wrong credentials more than 3 time using java or j2ee tech take username and password in a bean no need to connect DB and validate give me some sample application code or links its urgent for me thanks in advance
What are the interfaces in java collections? : java collections
Hi Friends, i have searched in google but not clear. can you give bank example with synchronized keyword
What is java collection? : java collections
What are the classes in the java collection framework? : java collections
What is the enumerator of the java collection framework? : java collections
Should we create system software ( e.g operating system ) in java ?