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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T17:54:24+00:00 2026-06-05T17:54:24+00:00

Sometimes I heard people discussing about the start-up time for Java. It seems this

  • 0

Sometimes I heard people discussing about the start-up time for Java. It seems this is an important performance aspect. But what it really is?

  • What does it compose of?
    1. Class loading time caused by dynamic class loading?
    2. Or first time compilation overhead in compile-only JVM?
    3. Or something else that causes the “slowness” during the beginning period of a Java program execution?

Then, the second question is

  • how to measure the start-up time for Java programs? From which point to which point is the duration called start-up time?

I don’t know if my question is asked in the right way; if not, please let me know. Thanks!

  • 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-05T17:54:26+00:00Added an answer on June 5, 2026 at 5:54 pm

    The startup time is not formally defined. Indeed, most terms used in practical IT are not formally defined. (Or the formal definitions are ignored.)

    But roughly speaking, it is the time from when the application is launched to when it is ready to do something useful. What goes on during startup is application dependent, but it includes static class loading, static class initialization and (possibly) JIT compilation of some of the classes. Other things might include starting UIs, connecting to databases, preloading application-specific data structures, application “wiring”, and so on.

    The problem with trying to define “startup time” formally is that any definition is likely to not work for some significant subset of application types. And even when you can define it, there is the complication that some of the startup (or warmup) tasks may continue happening in the background after the application announces itself as “ready”.

    (This is not a Java specific problem. Consider the “startup” of a laptop; i.e. what happens between powering it on and your desktop being fully usable.)

    How to measure the start-up time for Java programs? From which point to which point is the duration called start-up time?

    Both of those are up to you to decide, depending on the kind of application you are talking about, and what you want to consider as the startup phase for your application.

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

Sidebar

Related Questions

I have read a lot about this! But I can't make a clear idea!
I'm using Visual studio (sometimes resharper) to run my unit test. I heard about
I'm considering XBAP with full trust, but just heard about SL5's ability to P/Invoke.
We have all heard of premature optimization , but what do you think about
Sometimes I clone git repo not for a development - but just for the
This is a simple question: I know and have heard from almost everyone that
Sometime back in a blog or in podcast I heard about a rails plugin
I'm currently making a pacman game in java. I have a question about the
I've read in forums about people having issues with certain data types when accessing
Sometimes I hear people say a reference to a object and some say a

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.