0

I have to use import statement only to execute the following code

public class Interf
{ 

    public static void main(String[] args) 
    { 
        out.println("hi");
    } 


} 
import java.lang.System;
import java.lang.System.out;


    public static void main(String[] args) 
    { 
        out.println("hi");
    } 

//out.println is the real problem

Hovercraft Full Of Eels
  • 280,125
  • 25
  • 247
  • 360

0 Answers0