Jayakrishnan.C Chandramohan wrote:Hi all,
can i declare a class as a private???
like
private class A
{
public static void main(Strings[] g)
{
System.out.println("jk");
}
}
Vikki Fiawoo wrote:Could you please elaborate a little further on the this part of the code?
Winston Gutkowski wrote:
D. Ogranos wrote:Third: be precise in the naming of your variables. The accept() method receives a File as parameter, so why do you call that parameter "pathname"?
Actually, that's what it's called in the FileFilter class - I suspect to indicate the fact that its primary use is for filtering pathnames.