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
Give the difference between the println method and sqrt method?
How do you compare two strings lexicographically?
How to create packages in java?
what is anonymous class in java?
When to use runnable interface vs thread class in java?
What is the importance of static variable?
Can we write multiple catch blocks under single try block?
How do you bind variables?
Can you have two constructors in java?
What is the purpose of void class?
What is parseint?
What checkbox method allows you to tell if a checkbox is checked?
What is the difference between pass by reference and pass by pointer?
Why inputstreamreader is used in java?
What is the use of arrays tostring () in java?