int a=1;
float b=1.0;
System.out.println(a==b);
Answer Posted / ravikiran
true because content remains the same
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What methods are used to get and set the text label displayed by a button object?
What is parsing a sentence?
What do you understand by synchronization?
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
Write java program to reverse string without using api?
How do you sort in ascending order in java?
How to sort numbers in java without array?
how to write a server program and sending the mails to the server using smtp protocol please help me
What will happen to the exception object after exception handling?
Why webdriver is an interface?
Is java an ide?
What is JDBC Driver interface?How can you retrieve data from the ResultSet
What is math exp in java?
What are the advantages of autoboxing?
What is java dot?