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

  • Home
  • SEARCH
  • 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 6060709
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T08:51:23+00:00 2026-05-23T08:51:23+00:00

Okay, so, here’s what I have in code: public void makeObject(int i){ String s

  • 0

Okay, so, here’s what I have in code:

public void makeObject(int i){
    String s = getString(i); //This returns the name of a class
    new s(); //This is what I want to do
}

Can I do this?

  • 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-23T08:51:23+00:00Added an answer on May 23, 2026 at 8:51 am

    No you can’t do this, but what you’re probably looking for is called ‘reflection’.

    Look at these series of (free) slides: http://www.slideshare.net/CiaranMcHale/java-reflection-explained-simply especially slide 11, but read the ones before that as well. It will give you an idea of what reflection is and a way to make a class by knowing the name (as a string) and how to instantiate a new instance of that class.

    You can also find methods and fields by name, you can even modify existing classes in code.

    Edit: for example the following code will return a class by string name

    Class cls = Class.ForName("MyPackage.MyClassName");
    return cls.NewInstance();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

public class DTOa { public int Id { get; set;} public string FirstName {
Okay so here's the situation. I have this page of data. After the data
Okay here's the program I have typed up(stdio.h is included also): /* function main
Okay basically here's where I'm at. I have a list of PropertyDescriptor objects. These
Okay, here's the scenario. I have a utility that processes tons of records, and
Okay, here's the situation: We have a table of about 50 columns (created by
Okay here's the situation. Net 4 WPF NO Silverlight. I have several Views that
Okay so here is the code that I am using function AddProducts($aTitle, $aDescription, $aPrice,
Okay, here's the situation. I have two NSManagedObjects called Store and Aisle . There
Okay, here's my current code for an array. $sites[0]['url'] = http://example0.com; $sites[1]['url'] = http://example1.com;

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.