Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-10-2007, 05:07 PM
Member
 
Join Date: Aug 2007
Posts: 2
mqdias is on a distinguished road
if..else..return
Hi, i have a code: if.....else.

After this two are closed, it follows a sequence of calculations and it finishes with this:

windownumber++
windowopen(a,b);
return;

What is the meaning of this "result"

Thanks for any help!
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 08-10-2007, 05:20 PM
JavaBean's Avatar
Moderator
 
Join Date: May 2007
Posts: 1,272
JavaBean is on a distinguished road
I guess you mean "return"? If so it is just returning from that method. Since there is no return type (which is actually void type), you can remove/ignore that sentence.
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
return out of scope? another_steve New To Java 5 01-28-2008 10:34 PM
there is no return statement gabriel New To Java 1 08-03-2007 07:24 PM
Return value of method cachi New To Java 1 08-01-2007 09:23 AM
Using int/int, 7/5 would return 1 zoe New To Java 1 07-25-2007 09:45 PM
Return to try block Freddie New To Java 2 05-11-2007 09:58 PM


All times are GMT +3. The time now is 08:56 PM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org