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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T01:59:48+00:00 2026-06-18T01:59:48+00:00

I would like to know if somebody knows exactly what happens when the line

  • 0

I would like to know if somebody knows exactly what happens when the line of code comes to play:

class Class{}

class Math extends Class{}

class UseClasses{
public static void main (String[]args)

{

   new Math();  //Line 8
   (Class)new Math();//     Line 9

}

I thoroughly understand that the “new keyword” serves as object instance creator in the heap memory. However in the preceding bit of code you can see that line 9 makes an unusual use of this keyword (new). Line 8 it’s ok and compiles fine. but line 9 requires to assign the content to some other references. Thus this implies that each time the cast operand is present, in this case (Class)new Math, a new reference(underscoring reference and not object) is going to be instantiated.

Does it work in this way? If not, could you explain to me why it compiles fine in line #8 and it gives an error in line #9? (obviously due to the casting function not to be put there but why not?)

  • 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-18T01:59:49+00:00Added an answer on June 18, 2026 at 1:59 am

    Since you don’t have referencing variable on line 9 compiler doesn’t consider this statement to be valid.

    Cast is required when you have a referencing variable of a ‘more specific’ type that the object itself. For example, when you’re performing an upcast you don’t need it:

    Class obj = new Math();
    

    And you need an explicit cast when you’re performing downcast:

    Class obj = new Math();
    Math math = (Math) obj;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to know if somebody knows free custom nice controls for .NET
I would like to know if somebody knows a library to changing the playback
I would like to know if somebody knows a walk round to the issue
I would like to know if somebody knows how to animate the translation of
I would like to know if somebody knows a library where I can create
Would like to know the c# code to actually retrieve the IP type: Static
Would like to know how to integarate cruise control with maven? Cruise Control comes
I would like to know what code to use to convert a double[] array
I would like to know what happens under the hood with regards to C++
I would like to know when somebody locked a file in an SVN repository,

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.