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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T07:44:18+00:00 2026-05-28T07:44:18+00:00

Possible Duplicate: Difference between int[] array and int array[] I was sure that this

  • 0

Possible Duplicate:
Difference between int[] array and int array[]

I was sure that this question is already asked and just wrote the title to find it, but to my surprise it wasn’t. I was working on one issue and this question raised. I tried this:

int[] x = new int[1];
int y[] = new int[1];
x=y;
y=x;

and compiler didn’t give me an error. So is there any difference between these two declarations?

  • 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-28T07:44:19+00:00Added an answer on May 28, 2026 at 7:44 am

    There is no difference in semantics. Both syntaxes mean the same. Some extract from the JLS §10.2:

    The [] may appear as part of the type at the beginning of the
    declaration, or as part of the declarator for a particular variable,
    or both, as in this example:

    byte[] rowvector, colvector, matrix[];
    

    This declaration is equivalent to:

    byte rowvector[], colvector[], matrix[][];
    

    However, as Voo states in the below comments, there can be some tricky confusion about these declarations when declaring several arrays in a single statement.

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

Sidebar

Related Questions

Possible Duplicate: What are the differences between using int[][] and int[,]? I just came
Possible Duplicate: Difference between void main and int main? Alright, so I'm using bloodshed
Possible Duplicate: what is the difference between const int*, const int * const, int
Possible Duplicate: what is the difference between const int*, const int * const, int
Possible Duplicate: what is the difference between const int*, const int * const, int
Possible Duplicate: Difference between a Structure and a Union in C I see this
Possible Duplicate: difference between Convert.ToInt32 and (int) What it difference between (int) and convert.toint()
Possible Duplicate: What's the difference between 'int?' and 'int' in C#? I've come across
Possible Duplicate: Difference between pointer variable and reference variable in C++ I saw this
Possible Duplicate: Whats the main difference between int.Parse() and Convert.ToInt32 What is better to

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.