I am starting to learn Java using NetBeans. I created my first class and simple code
public class suju {
public static void main(String[] args){
System.out.print("hello word");
}
}
Why can't I see any result when I click run? I should see hello world, but nothing of the kind is shown.
Message onlyBUILD SUCCESSFUL (total time: 0 seconds)
Unfortunately, I canβt post the images in order to better represent the problem I am facing.
source
share