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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T23:05:59+00:00 2026-06-08T23:05:59+00:00

private static final Logger LOGGER = Logger.getLogger(AbstractDbClient.class); protected Connection connection; protected Connection connection; private

  • 0
private static final Logger LOGGER = Logger.getLogger(AbstractDbClient.class);

protected Connection connection;


protected Connection connection;

private static final Logger LOGGER = Logger.getLogger(AbstractDbClient.class);

which order is better for field declareing? some books pointed that should order them by private/public/protected/etc, if base on this , the second code is better, but it seems looked bad. If incluse static final var or static var? which order rule is?

  • 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-06-08T23:06:00+00:00Added an answer on June 8, 2026 at 11:06 pm

    Personally I like all my statics at the top of a class and have all fields in public, protected, default, private order.

    eg

    public static final Integer a;
    private static final Integer b;
    
    public Integer c;
    Integer d
    private Integer d;
    

    I also tend to add a line between teh statics and non static fields.

    But it is a matter of opinion. Perhaps ask your peers whom you work with. It’s better to be consistent on this sort of thing.

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

Sidebar

Related Questions

I have own connection pool: public final class ConnectionPool { private static final Logger
Situation: I have this log4j logger: private static final Logger logger = Logger.getLogger(ThisClassName.class); And
public class CustomBlockFactory { private static final Logger logger = Logger.getLogger(TableListControllerFactory.class.getName()); public static AndroidTourController
public class SoapMessageProcessor { private EntityManager em; private static final Logger logger = Logger.getLogger(SoapMessageProcessor.class);
I have my own connection pool class public class ConnectionPool { private static final
Should I create private static final String = Some exception message or leave it
Given the following multiton: public class Multiton { private static final Multiton[] instances =
If I have a boolean field like: private static final boolean DEBUG = false;
I was experimenting with toCharArray() and found some strange behavior. Suppose private static final
I have this regex: private static final String SPACE_PATH_REGEX =[a-z|A-Z|0-9|\\/|\\-|\\_|\\+]+; I check if my

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.