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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T00:51:10+00:00 2026-06-09T00:51:10+00:00

What happened if there is no value for some class fields in xml file

  • 0

What happened if there is no value for some class fields in xml file during JAXB unmarshalling? JAXB just “omit” this value and left them uninitialized?

  • 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-09T00:51:11+00:00Added an answer on June 9, 2026 at 12:51 am

    they will get initialized.

    Initial values for fields will be set and the no-arg constructor will also run.

    for example:

    class AClass {
    
        private int x = 5;
        private int y = 16;
        private Object object;
    
        public AClass() {
            this.x = 100;
        }
    
        // getters and setters
        // ...
    
    }
    

    if the values in the xml for x, y, z and object are omitted there valus will be:

    x: 100 (the constructor runs after the field value initialization)
    y: 16 (from the field value initialization)
    object: null (objects get initialized to null if no value is given)

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

Sidebar

Related Questions

I just happened to meet the framework and don't understand its primary advantage over
don't know what happened in my jcrop selection. I think I pressed some keys
This has happened before to me, but I can't remember how I fixed it.
Has this happened to anyone? Nothing has changed on my system, yet TFS no
I've happened to develop a module in Drupal and due to some seeming View
In the code base I was maintaining I found this exact class, pasted below.
We have this strange bug report from a customer: Log file last modification date
Is there a way to set the initial value of a databound ComboBox in
Let's say I specify an outputText component like this: <h:outputText value=#{ManagedBean.someProperty}/> If I print
Here's what happened; I was working on some code and assumed (yes, my bad)

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.