Which of the following declaration is wrong?
int i=45;
float j = 45.0;
double k=45.0;
Answer Posted / shukla.swapnil
float j = 45.0; <=== this declaration is wrong
| Is This Answer Correct ? | 24 Yes | 5 No |
Post New Answer View All Answers
What is the enumerator of the java collection framework? : java collections
What are the classes in the java collection framework? : java collections
Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?
Should we create system software ( e.g operating system ) in java ?
How is hashset maintained in memory by java ?
What are the main classes of the list interfaces? : java collections
What are the different types of features of the java collections framework? : java collections
What are the types of java collections? : java collections
What is the Spring2.5 MVC Navigation flow?
What do you understand by synchronization? Why is it important?
Which sorting algorithm is used by collections.sort() in java ?
Which interface does java.util.hashtable implement?
who will give req's to u?. how they send req's to u? . what design documents contains?. when bugs raised on other developer code how to report to them?.(throgh mail or ........). how to retrive 100 recods from dao layer to presentation layer.using which collection?. what is sequence diagram.?.
What are the considerations to be made in case of loops in java ?
What are the different types of classes implemented in the set interfaces? : java collections