58.
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));
     }
}

Read More Section(Interfaces and Abstract Classes)

Each Section contains maximum 100 MCQs question on Interfaces and Abstract Classes. To get more questions visit other sections.