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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T10:25:25+00:00 2026-05-16T10:25:25+00:00

byte[] bytes = new byte[100]; bytes.Initialize(); What’s the default values in above bytes byte

  • 0
byte[] bytes = new byte[100];
bytes.Initialize();

What’s the default values in above bytes byte array after the Initialize() called? all null\0?

  • 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-16T10:25:25+00:00Added an answer on May 16, 2026 at 10:25 am

    It has no effect.

    byte[] test = new byte[100];
    test[1] = 4;
    test.Initialize();
    Console.WriteLine(test[1]);
    

    will print 4. The effect of Initialize is not (as may perhaps have been more sensible) to return default(T) but to call new T(). In cases where this does not work, it fails silently.

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

Sidebar

Ask A Question

Stats

  • Questions 506k
  • Answers 506k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer YOu need to set the NSSlider to continuous. Ther should… May 16, 2026 at 3:47 pm
  • Editorial Team
    Editorial Team added an answer First, you need to create an instance of TagData, like… May 16, 2026 at 3:47 pm
  • Editorial Team
    Editorial Team added an answer You'd use the first ones if you want to be… May 16, 2026 at 3:47 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

Does the byte[] array size reflects the same size of bytes to be transmitted
String class has a constructor: new String(byte[] bytes, Charset charset) and a method: byte[]
How do I initialize a multi-dimensional array of a primitive type as fast as
I have a byte stream that may be UTF-8 data or it may be
I create the following for truncating a string in java to a new string
I have a legacy C++ module that offers encryption/decryption using the openssl library (DES
I'm working on a client/server application in C#, and I need to get Asynchronous
I'm not able to connect a simple client and a simple server. When I
Alright, I have ran into a problem when using DownloadDataAsync and having it return
I hwas trying to generate a multi page XPS document from a web application

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.