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
Why java is platform independent? Explain.
What is nextint java?
What are wrapper classes in java?
What is the default access specifier for variables and methods of a class?
What is the use of a conditional inclusion statement in Java ?
Can we sort a map in java?
Is java free for businesses?
What are the data types supported by java?
What are latest features introduced with java 8?
What is nan inf?
What data type is a string?
How does hashset works in java?
How can an object be unreferenced?
How do I print a “?
What is thread synchronization in java?