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 lazy initialization in java?
Can a source file contain more than one class declaration?
What is the difference between double and float variables in java?
Explain the differences between abstraction and encapsulation?
Write a program in java to find the maximum and minimum value node from a circular linked list.
How do you create an array in java?
Are functions objects in java?
What do you know about the garbage collector in java?
How many types of the indexof method are there for strings?
I am unable to find or learn about print command. I have a graphical program in core java in applet but i want to give print command but i have coding for that so if anyone know about this plz mail me on avdhesh_chauhan007@yahoo.co.in
What do you mean by light weight and heavy weight components?
What are the steps involved to write rmi based programs?
What's a method in programming?
What is the order of arraylist in java?
Can you start a thread twice in Java?