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
What is difference between core java and java ee?
Can an interface extend a class?
What is string variable?
Is void a return type?
What are the four integer types supported by java?
What is comparable and comparator interface? List their differences
What do you mean by default constructor in java?
How do weakhashmap works?
What is method reference?
How to do encapsulation in java?
Explain the importance of import keyword in java?
List some important features of java 10 release?
What is the difference between preparedstatement and statement in java?
What is java full form?
What is an object in java?