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
HOW MUCH PERCENTAGE WE DEDUCT FOR OUR SUPPLIERS OR OTHER PROFESSIONALS
What is an algorithm in java collection framework? : java collections
What is the use of hashcode in java ?
What are the classes in the java collection framework? : java collections
What is the difference between comparable and comparator in java.util pkg?
What are the types of the main implementing classes in the map interfaces? : java collections
What are the types of java collections? : java collections
What are the main classes of the list interfaces? : java collections
what is mean by hasing and maping in java platform and advantage?
Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?
Which sorting algorithm is used by collections.sort() in java ?
What are the differences between the java collection and the java list? : java collections
What are the types of interface used in the java collections? : java collections
What are the different types of collections views being provided by the map interface? : java collections
What is the enumerator of the java collection framework? : java collections