P
Q. What will be the output of the following Java program?
class Output
{
public static void main(String args[])
{
Long i = new Long(256);
System.out.print(i.hashCode());
}
}
- Correct Answer - Option(A)
- Views: 31
- Filed under category JAVA
Discusssion
Login to discuss.