Questionaries.org
Login
Register
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.
Let us know at info@questionaries.org
Can main() method be overloaded in java?
6
like
0
dislike
Hello
Can main() method be overloaded in java?
please reply me. i am waiting for your reply.
Thanx
asked
1 year
ago
by
eagles11
(
179,830
points)
java
method
native
1 Answer
1
like
0
dislike
Best answer
Yes. the main() method is a special method for a program entry. You can overload main() method in any ways. But if you change the signature of the main method, the entry point for the program will be gone.
answered
1 year
ago
by
DBA-boss
(
120,990
points)
Related questions
5
like
0
dislike
1
answer
What is an abstract method in java?
asked
1 year
ago
by
DBA-boss
(
120,990
points)
java
method
native
5
like
0
dislike
1
answer
What is a native method in java?
asked
1 year
ago
by
DBA-boss
(
120,990
points)
native
method
java
5
like
0
dislike
1
answer
What is native code in java?
asked
1 year
ago
by
eagles11
(
179,830
points)
java
method
native
collection
garbage
6
like
0
dislike
1
answer
Is Java code slower than native code?
asked
1 year
ago
by
eagles11
(
179,830
points)
java
method
native
2
like
0
dislike
1
answer
Is Java code slower than native code?
asked
1 year
ago
by
daneim
(
127,080
points)
java
method
native