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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T01:43:59+00:00 2026-06-03T01:43:59+00:00

I am trying to instantiate a Java abstract class from my Groovy code. Considering

  • 0

I am trying to instantiate a Java abstract class from my Groovy code. Considering the following Java abstract class (non relevant processing is stripped out from the class):

public abstract class StackOverflow{
  public abstract String answerMe();
}

I can easily instantiate it in Groovy this way, and the call to answerMe() will trigger the correct output:

StackOverflow stack = [answerMe : { "Answer" }] as StackOverflow

Now if I modify the StackOverflow class adding a String parameter in the constructor like this :

public abstract class StackOverflowStr{
  public StackOverflowStr(String s){}
  public abstract String answerMe();
}

I don’t really know how to instantiate my object, I tried a lot of thing, but I can’t seem to find the right syntax, does someone got any clue ?

  • 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-03T01:44:00+00:00Added an answer on June 3, 2026 at 1:44 am

    You can instantiate it in classic Java style:

    StackOverflowStr stack = new StackOverflowStr("javaish"){
        String answerMe() {"answer"}
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to instantiate a class from variable, and wrote some test code. But,
I'm trying to figure out how to instantiate a case class object with reflection.
How can I instantiate a class instance in java with generics? I am trying
Title: Eclipse plug-in development Unable to instantiate class due to java.lang.NoClassDefFoundError: Trying to build
I'm trying to instantiate a generic class in Spring, but I get following exception:
I'm trying to create a class that can instantiate arrays at runtime by giving
I'm trying to set parameters for a abstract class: public abstract class NewMath {
I'm trying to do the following: Imagine you have a Java EE application running
I'm trying to instantiate XMLConfiguration from spring appcontext, my configuration file is in src/main/resources/
I'm trying to embed groovy in java application and got a weird problem. Let's

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.