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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T23:40:51+00:00 2026-06-15T23:40:51+00:00

Project sample = new Project(); This means creating a variable sample of type project,

  • 0
Project sample = new Project();

This means creating a variable sample of type project, creating an object and assigning it to variable.

What does below code mean

 Project sample = new Project() {

  private void Test(){

   }

}

Test is a method, What this code means, How do Test() can be invoked ?

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-15T23:40:52+00:00Added an answer on June 15, 2026 at 11:40 pm

    In addition to other answers. This kind of anonymous classes are very useful when you’re implementing interface or extending abstract class. For instance:

    public interface MyInterface {
        public void doStuff();
    }
    

    And here is your implementation:

    MyInterface myInterface = new MyInterface() {
    
        public void doStuff() {
            //here is your implementation
        }
    
        public void doAnotherStuff() {
            //Note that this method is public, but
            //you're still not able to call it from outside of this class
            //because it's not part of MyInterface's contract
        }
    };
    

    This line will give you an error:

    myInterface.doAnotherStuff(); //WTF? I don't know about this method of MyInterface
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a bare-bones sample project here: http://dl.dropbox.com/u/7834263/ExpandingCells.zip In this project, a UITableView has
I am creating one sample project in android. i am using sample rss feed.
I'm very new to PHP; and am doing a few sample projects to help
I created a simple Java EE project in NetBeans (File -> New Project ->
I have a sample project here on github where I created a c++ wrapper
I've got some sample project. When i run it on my machine, successfully compile
I downloaded the xVal sample project from Steve Sanderson’s blog , run it, and
I am working on a sample project for testing KIF framework and Zapp. The
If I downloaded a sample project (not Git managed) on a website and I
I'm new to this concept so I might be wrong in calling it a

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.