int a=1;
float b=1.0;
System.out.println(a==b);
Answer Posted / saranya
ya its true only because content remains the same
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Is null an object in java?
Why java applets are more useful for intranets as compared to internet?
What environment variables are required to be set on a machine in order to run Java programs?
What is meant by bytecode?
What is application tier?
What is string pooling concept?
Does java arraylist maintain insertion order?
What is assembly language?
When is the finalize() called?
Can we nested try statements in java?
What is parse method?
What is hashmap and map?
What is a boolean in java?
What is difference between static and abstract class?
How can I debug the Java security exceptions and AccessControlExceptions?