aspose file tools
The moose likes Beginning Java and the fly likes Method call Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Method call" Watch "Method call" New topic
Author

Method call

Rashmi Dupati
Greenhorn

Joined: Mar 05, 2007
Posts: 22
Hello all

Can we pass null parameter to a meathod?

test(null);

like this for the method

public static void test(String str){
//some code goes here
}

Thanks in advance

Regards
Rashmi
Joe Ess
Bartender

Joined: Oct 29, 2001
Posts: 8264

Why don't you try it and let us know what you find out?


"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Method call
 
Similar Threads
OOP-2 Exception question
NullPointer Exception
Doubt in Effective Java
subclass member method called in superclass constructor
compareTo with null Date object