int a=1;
float b=1.0;
System.out.println(a==b);
Answer Posted / saranya
ya its true only because content remains the same
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What invokes a thread's run() method in java programming?
Why do you canvas?
Which method cannot be overridden in java?
1.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?
If a variable is declared as private, where may the variable be accessed?
How do you declare an array in java?
What are parameters in a method?
Can you change array size in java?
What is the use of inner class?
explain the concept of virtual method invocation in polymorphism in detail?
What are constructors in java?
How many bits is a string in java?
How do you reverse a list?
Why javac is not recognized?
Is age a discrete variable?