int a=1;
float b=1.0;
System.out.println(a==b);
Answer Posted / praveenkumar managuli
nice answer aruna
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Differentiate storage classes on the basis of their scope?
How to compare strings in java?
What is difference between identifier and variable?
What does regex mean?
Can a constructor be private and how are this() and super() method used with constructor?
What are the steps that are followed when two computers connect through tcp?
How do you sort a list in java?
Is arraylist ordered in java?
What is a bubble sort in java?
What do you mean by thread safe?
What is an object in java?
What is the meaning of I ++ in java?
What is constant in programming?
What is %d in printf?
How to create com object in Java?