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 6066709
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T09:31:47+00:00 2026-05-23T09:31:47+00:00

(code convention doc: http://www.oracle.com/technetwork/java/codeconventions-142311.html#449 ) I’ve always written if-else statements as: if(condition) { statements;

  • 0

(code convention doc: http://www.oracle.com/technetwork/java/codeconventions-142311.html#449)

I’ve always written if-else statements as:

if(condition) {
    statements;
} else {
    statements;
}

however, in the Java code conventions document, it says to write it like this:

if (

condition) {


statements;
} else {


statements;
}

And also, I’ve always written for statements like this:

for(initialization;condition;update) {
    statements;
}

But the coding convention says:

for (

initialization;

condition;

update) {


statements;
}

The indentation and spacing seems unnecessarily cumbersome to me. Which is the correct/better way and why?

  • 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-23T09:31:47+00:00Added an answer on May 23, 2026 at 9:31 am

    I think that might just be a formatting problem on that HTML page?

    Have a look at the PDF, I think it looks better there:

    http://www.oracle.com/technetwork/java/codeconv-138413.html

    There they have the conditions on the same line as the if.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

http://www.boost.org/doc/libs/1_46_0/doc/html/boost_asio/example/chat/chat_client.cpp I am working on client application based on he example above. I wanted
I've read the tutorial at, and I generally get how that works: http://tangentsoft.net/mysql++/doc/html/userman/tutorial.html#simple I
I'm troubled by how the Sql module works with multithreaded application in Qt. http://doc.qt.io/qt-5/threads-modules.html#threads-and-the-sql-module
I looked through some code and noticed that the convention was to turn pointer
I have got this code and I am trying to understand the convention followed,
Is there a standard convention (like phpdoc or python's docstring) for commenting C# code
I'm learning about design patterns and in examples of code I've seen a convention
I'm just starting to try out phpunit on some existing code. The naming convention
Should I stick with Sun's Java code conventions for PHP code?
I am trying to fetch content from following page with JSOUP: http://www.exchangeandmart.co.uk/used-cars-for-sale But it

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.