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

The Archive Base Latest Questions

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

I am reading for SCJP and I have a question regarding this line: Identifiers

  • 0

I am reading for SCJP and I have a question regarding this line:

Identifiers must start with a letter, a currency character ($), or a
connecting character such as the underscore ( _ ). Identifiers cannot
start with a number!

It states that a valid identifier name can start with a connecting character such as underscore. I thought underscores were the only valid option? What other connecting characters are there?

  • 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:01:56+00:00Added an answer on June 9, 2026 at 12:01 am

    Here is a list of connecting characters. These are characters used to connect words.

    http://www.fileformat.info/info/unicode/category/Pc/list.htm

    U+005F _ LOW LINE
    U+203F ‿ UNDERTIE
    U+2040 ⁀ CHARACTER TIE
    U+2054 ⁔ INVERTED UNDERTIE
    U+FE33 ︳ PRESENTATION FORM FOR VERTICAL LOW LINE
    U+FE34 ︴ PRESENTATION FORM FOR VERTICAL WAVY LOW LINE
    U+FE4D ﹍ DASHED LOW LINE
    U+FE4E ﹎ CENTRELINE LOW LINE
    U+FE4F ﹏ WAVY LOW LINE
    U+FF3F _ FULLWIDTH LOW LINE
    

    This compiles on Java 7.

    int _, ‿, ⁀, ⁔, ︳, ︴, ﹍, ﹎, ﹏, _;
    

    An example. In this case tp is the name of a column and the value for a given row.

    Column<Double> ︴tp︴ = table.getColumn("tp", double.class);
    
    double tp = row.getDouble(︴tp︴);
    

    The following

    for (int i = Character.MIN_CODE_POINT; i <= Character.MAX_CODE_POINT; i++)
        if (Character.isJavaIdentifierStart(i) && !Character.isAlphabetic(i))
            System.out.print((char) i + " ");
    }
    

    prints

    $ _ ¢ £ ¤ ¥ ؋ ৲ ৳ ৻ ૱ ௹ ฿ ៛ ‿ ⁀ ⁔ ₠ ₡ ₢ ₣ ₤ ₥ ₦ ₧ ₨ ₩ ₪ ₫ € ₭ ₮ ₯ ₰ ₱ ₲ ₳ ₴ ₵ ₶ ₷ ₸ ₹ ꠸ ﷼ ︳ ︴ ﹍ ﹎ ﹏ ﹩ $ _ ¢ £ ¥ ₩

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

Sidebar

Related Questions

I was reading the OCPJP (SCJP) book, when I came across this question in
Reading this site, I've found this : [The] line private static final Foo INSTANCE
Reading through this question on multi-threaded javascript, I was wondering if there would be
Reading this blog post about HttpOnly cookies made me start thinking, is it possible
reading the SCJP book, I've found something like this in the chapter 1 self-test
Reading this question I found this as (note the quotation marks) code to solve
Reading over the responses to this question Disadvantages of Test Driven Development? I got
I'm reading the SCJP by mughal (3rd edition) (the best SCJP book i have
Reading this fascinating (and highest voted question) on SO, Why is it faster to
I'm reading SCJP Java 6 by Kathy Sierra and Bert Bates and this book

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.