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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T00:30:42+00:00 2026-06-12T00:30:42+00:00

I was messing around with String and formatting earlier today and have found an

  • 0

I was messing around with String and formatting earlier today and have found an API oddity.

Usually when I am formatting a string I use

String.format("mystr %s", 1);

or something similar.

Now this static method is also accessible to instantiated objects of this class. The code below shows the result of using String.format statically and using format method directly from an object.

@Test
public void test() {
    assertEquals("abc 123", String.format("abc %s", 123));
    assertEquals("abc 123", "abc".format("abc %s", 123));
    assertEquals("def 123", "abc".format("def %s", 123));
}

The last assertEquals() bascially overwrites the first “abc” string which I do expect looking at the signature of format.

Am I missing some funky usage of using the static method from the instantiated object. Or is it just visible because the static String.format() is also accessbile to the instantiated objects of String? In other words an API oddity/bug.

  • 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-12T00:30:43+00:00Added an answer on June 12, 2026 at 12:30 am

    All static methods can also be called on instance of their class.

    Using this feature is generally not recommended (many tools track it) but this isn’t really a bug.

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

Sidebar

Related Questions

I was messing around with NIO earlier today and as numClients got larger (~
I have been messing around with recursion today. Often a programming technique that is
While messing around with the custom formatting options in Eclipse, in one of the
I am currently messing around with DialogFragment to learn to use it. I assumed
am currently messing around with DialogFragment to learn to use it. I assumed that
I'm messing around with Win32 API and windows messaging trying to figure out how
So, I've been messing around with the objc-runtime again (surprise surprise), and I found
Hi there I am messing around with the Crypt::RSA perl modules. I have gotten
Last night I was messing around with Piglatin using Arrays and found out I
So I'm messing around in c#, and was wondering how to generate my string

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.