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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T08:24:53+00:00 2026-05-26T08:24:53+00:00

What is the difference between those two. Why does the latter create a new

  • 0

What is the difference between those two. Why does the latter create a new serializable class?

new ArrayList<Clazz>() 

creates a new empty ArrayList

new ArrayList<Clazz>(){}

Eclipse shows: The serializable class does not declare a static final serialVersionUID field of type long

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

    In the first example, you’re creating an ArrayList instance. In the latter you’re creating instance of an anonymous subclass of ArrayList. Usually you would override one or more methods in the subclass, otherwise there’s not much point in creating such. As John Skeet points out, there is one hacky reason to create an anonymous subclass of a generic type, see his answer.

    The Eclipse warns that, in order to adhere to the Serializable specifications (ArrayList is Serializable, so all its subclasses are too), you should define an unique serialVersionUID in the subclass from which the deserialization process can ensure that the class definition has not changed significantly since it was serialized (significantly == you yourself have decided that the new definition is incompatible with the old one, so you can express the fact by changing the serialVersionUID). If you’re never going to serialize the list, then the warning doesn’t matter.

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

Sidebar

Related Questions

Does an asynchronous call always create a new thread? What is the difference between
Does anyone know the difference between those two?
Is there any substantial difference between those two terms?. I understand that JDK stands
What is the difference between those two AJAX calls and why would I choose
I am trying to understand difference between those two and really need a explanatory
What is the difference between these two commands? git commit -m added a new
does anyone know the difference between these two assemblies? Is the web assembly just
Does anybody know the memory difference between these two? Or how one would figure
Is there a difference between these two create table snippets? One includes CONSTRAINT keyword,
when making a class in php what is the difference between these two :

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.