Hi Guys,
This is the another way of printing something to console.
This is the another way of printing something to console.
import static java.lang.System.out;public class ShortSOP { |
public static void main(String[] args) { |
out.println("Hello, world"); |
} |
}Thanks,Rajesh Kumar yuvaraj
No comments:
Post a Comment