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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T21:08:48+00:00 2026-06-11T21:08:48+00:00

Notice how Integer.TYPE and Integer.class are both Class<Integer> , Double.TYPE and Double.class are both

  • 0

Notice how Integer.TYPE and Integer.class are both Class<Integer>, Double.TYPE and Double.class are both Class<Double>, and how you use autoboxing to convert between between int and Integer as well as double and Double. The question is whether this holds true for void: Void.TYPE and Void.class are both Class<Void>, but can you “convert” between void and Void?

To put it in another way, suppose you have this interface:

public interface Foo<T> {
    public T doSomething();
}

A class implementing Foo<Integer> is free to return an int in its implementation of doSomething() as the int will be boxed. Similarly for Foo<Double> returning double. So, for a Foo<Void>: since the only value of Void permissible is null (unless you do weird reflection, which is rarely justified), does this mean that you can omit the obligatory return null, effectively “boxing” the Void?

  • 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-11T21:08:49+00:00Added an answer on June 11, 2026 at 9:08 pm

    does this mean that you can omit the obligatory return null, effectively “boxing” the Void?

    Nope. This is easy to test for yourself, of course:

    class Test {
        public Void foo() {
        }
    }
    

    Compilation gives:

    Error: Test.java:3: missing return statement
        }
    

    … or you could just read the JLS on autoboxing (section 5.1.7) which doesn’t mention Void anywhere.

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

Sidebar

Related Questions

I'm trying to create some XML like this: <parameter name=srid type=java.lang.Integer>24729</parameter> notice that the
What is the difference between these two syntaxes ? Type AnIntType = Integer; AnotherIntType
I'm trying to use type hinting to differentiate between two single-arg methods. For example,
Notice that I am asking for little-o here (see similar question here ) -
I notice the Mailbox type is encapsulated and can only be used through the
(I am new to paperclip) I have this model hierarchy: base model: class QuestDescription
Check this, List<String> list = new ArrayList<String>(); for (int i = 0; i <
Markup <div> <label class=form-label-medium>Full Notice Text</label> <span id=FullNoticeText> Lorem ipsum dolor sit amet, consectetur
After asking this question about interface fields in records I assumed that the following
I have the following question regarding the code below: public class GenericBridgeMethods <T> {

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.