Which of the following declaration is wrong?
int i=45;
float j = 45.0;
double k=45.0;
Answer Posted / mohit
he is right.....
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What are the different types of classes implemented in the set interfaces? : java collections
What is the use of the list interface in the java collection? : java collections
What is an algorithm in java collection framework? : java collections
What is iterator in the java collections framework? : java collections
Which sorting algorithm is used by collections.sort() in java ?
What is the difference between comparable and comparator in java.util pkg?
Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?
What are the classes in the java collection framework? : java collections
How do I find jre path in windows?
Should we create system software ( e.g operating system ) in java ?
What is java collection? : java collections
What are the differences between the java collection and the java list? : java collections
What are the types of the main implementing classes in the map interfaces? : java collections
can u draw class/object diagram for ATM
What is the use of hashcode in java ?