Published
- 1 min read
default structure of java
The solution for this is noted below
default structure of java
Solution
//java default structure by ProLinuxTutorials(Aaditya)
package com.yourdomain;
public class Main {
public static void main(String[] args){
System.out.printn("Hello world");
}
}
Try other methods by searching on the site. That is if this doesn’t work