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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T11:45:23+00:00 2026-05-27T11:45:23+00:00

what would be the name of class representing an array object? eg: int a[]

  • 0

what would be the name of class representing an array object? eg:

int a[] = new int[5]

here a is the reference variable.
what is the name of class whoes object’s reference id hold in a
System.out.println(a.getClass().getName()) prints [I

is there any rule for naming?

  • 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-27T11:45:23+00:00Added an answer on May 27, 2026 at 11:45 am

    Class name for Array in java

    For Java arrays,the class name is ‘[‘ followed by an encoded name of the element class. The number of ‘[‘ character represent the number of dimension of the array

    Element Type   Encoding
    
    byte              B
    
    boolean           Z
    
    char              C
    
    double            D
    
    float             F
    
    int               I
    
    long              J
    
    short             S
    
    class or interface   Lclassname; 
    

    for example : for float type array class name is [F

    for int [I

    for double a[][]=new double[2][3]

    class name is [[D

    source: http://ohmjavaclasses.blogspot.com/2011/12/class-name-for-array-in-java.html

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

Sidebar

Related Questions

In PHP, how can a class reference its own name? For example, what would
How would you find a particular class name inside lots of jar files? (Looking
I want to create an alias for a class name. The following syntax would
Lets assume we have a class car. How would You name parameters of function
Would anyone be able to tell me how to pull the server name out
I have a class that contains a member object. I would like to call
Besides possible class name collisions, would there be any problems with or side effects
What would the cleanest way to the following pseudocode be? class Player id name
The following program can run successfully: class Simple(object): def __init__(self, name): self.name = name
I have an array of bytes representing the bytes of a class file. I

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.