int a=1;
float b=1.0;
System.out.println(a==b);
Answer Posted / dsr
int a=1;
float b =1.0; //error
System.out.println(a==b);
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
In how many ways we can create threads in java?
Is array passed by reference in java?
How to split arraylist elements in java?
How to display arraylist values in java?
Why we use set in java?
What do you know about the garbate collector?
What is an interface in java? Explain
What are use cases?
Explain the protected field modifier?
How many types of methods are there in java?
Difference difference paint() and paintcomponent()?
What is the major difference between linkedlist and arraylist?
What is keyword in oop?
What are examples of modifiers?
How can we avoid including a header more than once?