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
  • 283,665
  • 25
  • 256
  • 373

0 Answers0