Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1042001
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T15:26:19+00:00 2026-05-16T15:26:19+00:00

Here we have a long-standing assumption that needs to be cleared up in my

  • 0

Here we have a long-standing assumption that needs to be cleared up in my head. Is the following an example of nesting ‘if’ statements:

if (...)
  ...;
else if (...)
  ...;

I was under the impression that nesting required an ‘if’ inside another ‘if’, like so:

if (...)
  if (...)
    ...;

or at least a clear separation of scope when you nest inside an else, like so:

if (...)
  ...;
else { //if the next statement didn't 
       //exist, then the curly brace changes nothing?
  ...;
  if (...)
    ...;
}

This might boil down to how the compiler interprets things, whether the ‘if’ in else-ifs are considered in the same level as the parent if, or whether they create “new” ‘if’ statements. Thank you for your time!

edit: I ask because I am a TA in a java lab, and the topic of the day was nested-ifs. In the end, I found out that the teacher considered my first example to be valid for “nested if statements”.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T15:26:19+00:00Added an answer on May 16, 2026 at 3:26 pm

    This is an if statement:

    if (condition1) {
        // ...
    }
    

    This is a nested if statement:

    if (condition1) {
        // ...
        if (condition2) {
            // ...
        }
        // ...
    }
    

    This is an if-else statement:

    if (condition1) {
        // ...
    } else {
        // ...
    }
    

    This is a chained if-else statement:

    if (condition1) {
        // ...
    } else if (condition2) {
        // ...
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have these long statements that I will refer to as x,y etc. here.
I have a table with a structure like the following: LocationID AccountNumber long-guid-here 12345
I have an XML file that is very long, but here is a shot
I have here a long method that takes a little while to execute. I
I have a long list of Unicode values that are semi-colon delimited. Here's an
How can I do that? What's the format specifier? For example, I have: long
Here's the use case: I have this long form with group of field that
Here I have a code that sets fireDate of an NSTimer object. -(void)TimerFired:(NSTimer*)timer{ long
Probably a long question for a simple solution, but here goes... I have a
I know this might be a long shot, but here it goes. I have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.