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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T12:43:57+00:00 2026-06-07T12:43:57+00:00

In ActionScript 2 and 3, we can access a member variable of a class

  • 0

In ActionScript 2 and 3, we can access a member variable of a class like it is in an associative array.

for eg.,

//AS3 Code    
private var tempvar:String="Hello";

    function printString()
    {
       trace(this.tempvar);
      trace(this[tempvar]);// would print the same as above
    }

I was wondering if the same is possible in Java as well.

The reason I need this is because, I have some variables like the following in my java code

//java code
private String var_1, var_2, var_3, var_4;

To access these variables, I have to write 4 different statements

//java code
var_1="SomeValue1";
var_2="SomeValue2";
var_3="SomeValue3";
var_4="SomeValue4";

If it is in AS3, I could have done something like this

//AS3 Code
for( var i=1; i<=4;i++)
{
 this["var_"+i]="SomeValue"+i;
}

I’ll be a much happy coder if someone could let me know how to do the same in Java.

Thanks

  • 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-07T12:43:59+00:00Added an answer on June 7, 2026 at 12:43 pm

    I think you need to refactor your Java code…

    You can use a Map<String, String> to achieve that.

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

Sidebar

Related Questions

In Actionscript you can have global variables like this: var number : Number =
How can I make my strings and text attributes bold in my actionscript code?
I am trying to create and array of objects so that I can access
In Actionscript... If I Have an XML variable that equals this: var X:XML=XML(<mx:WindowedApplication xmlns:mx=http://www.adobe.com/2006/mxml
I know that I can access an XML Element with tag name 'page' like
I'm getting crazy because I can't access object NativeWindow in a ActionScript Mobile Project,
I have an actionscript class in my flex app that looks like this: package
So in actionscript 3, instances of the Object class can be used an as
in flash/actionscript you can provide flashvars to the movie. in actionscript you can access
Although the MTASC command-line compiler can compile ActionScript class files into an SWF ,

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.