Login
Remember
Register
MCQ Village Q&A
Questions
Unanswered
Categories
Ask a Question
Ask a Question
which of the following are valid main method declarations?
0
votes
131
views
asked
Apr 10, 2023
in
Object Oriented Programming
by
Admin
(
0
points)
closed
Apr 10, 2023
by
Admin
which of the following are valid main method declarations?
Select one:
a. public static void main(String[] args)
b. public static void main(String args[])
c. All of the mentioned
d. public static void main(String?args)
closed
oops
Please
log in
or
register
to add a comment.
1
Answer
0
votes
answered
Apr 10, 2023
by
Admin
(
0
points)
Best answer
c
Please
log in
or
register
to add a comment.
Related questions
0
votes
1
answer
133
views
Which of these points will be valid If superclass method does not throw any exception?
asked
Apr 10, 2023
in
Object Oriented Programming
by
Admin
(
0
points)
oops
0
votes
1
answer
146
views
Which is the java access modifier to ensure declarations are visible everywhere?
asked
Apr 10, 2023
in
Object Oriented Programming
by
Admin
(
0
points)
oops
0
votes
1
answer
108
views
Which of these method of FileReader class is used to read characters from a file?
asked
Apr 10, 2023
in
Object Oriented Programming
by
Admin
(
0
points)
oops
0
votes
1
answer
181
views
Which of these method of Thread class is used to Suspend a thread for a period of time?
asked
Apr 10, 2023
in
Object Oriented Programming
by
Admin
(
0
points)
oops
0
votes
1
answer
162
views
Which of the following is an interface in the Java Collections Framework?
asked
Apr 10, 2023
in
Object Oriented Programming
by
Admin
(
0
points)
oops
2.8k
questions
2.8k
answers
0
comments
76
users
Welcome to MCQ Village Q&A, where you can ask questions and receive answers from other members of the community.
...