InterviewSolution
Saved Bookmarks
| 1. |
Following is a program given for this question. public class Questionpublic static void main (String[] args) {boolean m=Integer.valueof(1).equals (Long.valueof (1)); System.out.println (m) ;}What will be the output of the above program?a. falseb. truec. 0d. 1 |
| Answer» FALSE will be ANSWER I THINK | |