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
What is 32 bit float?
Is java 1.7 the same as java 7?
Is math class static in java?
Explain the difference between runnable and callable interface in java?
What are the 7 types of characters?
What is null in java?
What does percent mean in java?
What is an abstract method in java programming?
How do you declare a string variable?
What is a default constraint?
What is sorting in java?
Can we use catch statement for checked exceptions?
How many classes can any class inherit java?
why doesn't java run on all platforms?
What's the base class of all exception classes?