File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Beginning Java and the fly likes Return True 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 "Return True" Watch "Return True" New topic
Author

Return True

Angela Jessi
Ranch Hand

Joined: Nov 27, 2000
Posts: 428
Hi,
For example I have method called send()
public void send()
{
return true;
}
To return true ,what should be the data type of the function send()
thanks in advance,
Angela
Cindy Glass
"The Hood"
Sheriff

Joined: Sep 29, 2000
Posts: 8521
boolean send()


"JavaRanch, where the deer and the Certified play" - David O'Meara
Angela Jessi
Ranch Hand

Joined: Nov 27, 2000
Posts: 428
Thanks,
Angela
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Return True
 
Similar Threads
problem with writing the file
hashCode(), compareTo() and equals()
Make email send optional for user
Struts - Checkbox
Question About equals( ) method