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
What is an arraylist in java?
What are the advantages of packages in java?
What is a top level class in java?
What is unicode full form?
How do you remove all elements from an arraylist in java?
Differentiate between the constructors and methods in java?
Implement a stack with push (), pop() and min() in O(1) time.
Can we override final method?
What is an error in java?
What is a local block?
What is meant by binding in rmi?
What are the different types of methodologies?
Differentiate jar and war files?
What is thread start?
What are the types of relation?