A
Q. What will be the output of the following Java code?
class binary
{
public static void main(String args[])
{
int num = 17;
System.out.print(Integer.toBinaryString(num));
}
}
- Correct Answer - Option(D)
- Views: 12
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.