Pages
Home
Core Java
Big Data
Database
Programs
Spark
Certifications
Interview FAQ's
Contact Us
Tuesday 12 May 2015
Method Signature
In Java method signature consist of name of the method followed by parameters and return type is not part of method signature.
public
static
void
main
(
String
[]
args
)
It's method signature is main(String[] args)
1 comment:
Anonymous
4 August 2022 at 09:54
Thanks
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Thanks
ReplyDelete