in java is the name of a method a string?
Posted
by David
on Stack Overflow
See other posts from Stack Overflow
or by David
Published on 2010-03-11T18:09:27Z
Indexed on
2010/03/11
18:14 UTC
Read the original article
Hit count: 155
in java is the name of a method a string? why or why not?
so if i have something like:
public static int METHODNAME (some parameters or not)
{
something to do ;
}
is METHODNAME a string?
© Stack Overflow or respective owner