What is wrong in the following program?
```
public class Test {
public static void main (String[] args) {
try {
System.out.println("Welcome to Java");
}
}
}```
a. You cannot have a try block without a catch block.
b. You cannot have a try block without a catch block or a finally block.
c. A method call that does not declare exceptions cannot be placed inside a try block.
d. Nothing is wrong.
b
You might also like to view...
Answer the following statements true (T) or false (F)
1. In an MS-DOS COPY command, if no file name is specified for the destination file, the source file name is used. 2. Under MS-DOS, a programmer must specify a file’s size when the file is first created. 3. When wild card characters are used in an MS-DOS file name, a question mark (?) represents any single character. 4. When wild card characters are used in an MS-DOS file name, an asterisk (*) represents multiple characters. 5. A batch file is a file of pre-coded MS-DOS commands.
You can use the ________ tool to create forms with just the fields you need and in the order you need for data entry
Fill in the blank(s) with correct word
The process to install a TV tuner card is the same as that to install a video capture card, and the two are identical
Indicate whether the statement is true or false
It is impossible to run IPv4 and IPv6 on your computers and routers at the same time.
Answer the following statement true (T) or false (F)