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 are the advantages of java?
What is reflexive association?
Can we override protected method in java?
What is an argument java?
Can a constructor have different name than a class name in java?
Explain the differences between static and dynamic variables?
Write a program in java to establish a connection between client and server?
What is method in java ?
What does yield method of the thread class do?
Why you should not use singleton?
What is a programming object?
what is enumset?
What are peerless components?
What restrictions are placed on method overloading in java programming?
What are keywords give examples?