
can u give me an example of a program without ;??

You can use the following ways:
1)
public class HelloWithoutSemicolon {
public static void main(String[] args) {
System.out.println("Hello")\u003B
}
}
2)
public class HelloWithoutSemicolon {
public static void main(String[] args) {
if (System.out.append("Hello!" + System.getProperty("line.separator"))!=null){
}
}
}
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.