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
Why 1 is not a prime number?
Write a code to show a static variable?
How do you do a line break in java?
What is t in parametric equations?
What are the advantages of java over C++?
What is size () in java?
What is the difference between super class & sub class?
What is time complexity algorithm?
Explain the JDB in depth & command line.
What is the parse method in java?
Explain a situation where finally block will not be executed?
What is regex used for?
Can a class be private or protected in java?
Explain the use of volatile field modifier?
What is assembly language?