1.4E-45 -1.4E-45
-2147483648 -2147483648
-1 1
integer max value: 2147483647
Output completed (0 sec consumed)
why is n being assigned a -ve value where we assigned -m to n
why are the m and n values same??? though we have assigned a -m to n...
though i had over ridden the hashCode() and equals() method i am unable to retrieve the stored value... y is it soo?
a scanner can directly take file as an argument...and the scanner's findInLine() can take only a String...so specify the pattern you want in a String and pass it to findInLine() and check the result
when i compile the program below its giving an error...i am unable to to understand whats wrong with the program
error::::::::CollectionReverse.java:11: foreach not applicable to expression type
for (Object obj : reverse(list))