diff --git a/java/java-quiz.md b/java/java-quiz.md index 7765cd1959..657eca75cc 100644 --- a/java/java-quiz.md +++ b/java/java-quiz.md @@ -1954,6 +1954,13 @@ System.out.println(buy.substring(x, x+1) + buy.substring(y, y+2)) #### Q132. Which keyword would you add to make this method the entry point of the program? +```java +public class Main { + public static void main(String[] args) { + // Your program logic here + } +} +``` - [ ] exception - [ ] args - [x] static