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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T00:41:49+00:00 2026-06-09T00:41:49+00:00

i was asking a question before of a completely different topic and got to

  • 0

i was asking a question before of a completely different topic and got to know that i am not writing code that respects java standard naming convention. first i thought it doesn’t quite matter what i name my variables or methods or classes, but after reading some comments i have come to know that it indeed does.

so, will you guys please tell me what the standard java naming conventions are? and i’d probably need a good article or tutorial on it too.

also, have you had any past experience of facing problems because you don’t use standard java naming conventions?

also, how much time will it take me to keep those in mind?

how do you tell weather someone is respecting the standard java naming convention?

how important is it to maintain code?

there are a bunch of other questions too but i’ll save that for later.

  • 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-09T00:41:50+00:00Added an answer on June 9, 2026 at 12:41 am

    A very short explanation:

    • Class names: MyClass (every new word starts with a capital letter)
    • Function names: void myFunction() (starts with a small, every new
      word with capital)
    • Data members: int myVariable (same as function)
    • Static/final members: static final int MY_STATIC_STUFF (all
      characters are capitals)

    There is a big question with braces. Someone likes to use it like this:

    if() {
    ..
    }
    

    and someone likes to use it like this:

    if()
    {
    ..
    }
    

    I think it’s really important to follow some convention, because long codes can quickly become unreadable, if you don’t. Thankfully IDEs like NetBeans and Eclipse help developers to make it easier.

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

Sidebar

Related Questions

Before starting, I'm not asking about standard coding practice or etiquette. My question is
I hope I'm not asking a question that was answered before. I searched. I
I searched SO before asking this question, I am completely new to this and
Before asking the question let me preface with the fact that I am new
Ok, I have done plenty of research on this topic before asking the question,
Before asking this question I have googled for some time, but could not find
Foreword Before asking a question that probably will pretend to downvoting (as it seems
Before I get started, no this isn't a question asking what the different between
I searched before asking this question. I didn't find an answer probably because I
Before asking my question, let me explain the context. CONTEXT: I have a web

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.