Main method parameter has which type of data type___________________?
Main method parameter has which type of data type___________________?
A. int
B. char
C. string
D. double
A. int
B. char
C. string
D. double
A. java.util.Date
B. java.util.Time
C. java.sql.Time
D. None of above
A. java.io package
B. java.lang package
C. java.awt package
D. java.util package
A. javacmd
B. javaamd
C. javap
D. java
A. Can store multiple values
B. It is syntax
C. Both of above
D. None of above
A. Interface
B. Class
C. Variable
D. Method
A. Declare the method with the keyword public.
B. Declare the method with the keyword private.
C. Do not declare the method with any accessibility modifiers.
D. Declare the method with the keyword public and private.