About 9,660,000 results
Open links in new tab
  1. STATIC Definition & Meaning - Merriam-Webster

    The meaning of STATIC is exerting force by reason of weight alone without motion. How to use static in a sentence.

  2. STATIC | English meaning - Cambridge Dictionary

    STATIC definition: 1. staying in one place without moving, or not changing for a long time: 2. A static website is…. Learn more.

  3. Static - definition of static by The Free Dictionary

    Define static. static synonyms, static pronunciation, static translation, English dictionary definition of static. adj. 1. a. Having no motion; being at rest; quiescent. b. Fixed; stationary. 2. Physics …

  4. static (keyword) - Wikipedia

    static is a reserved word in many programming languages to modify a declaration. The effect of the keyword varies depending on the details of the specific programming language, most …

  5. STATIC definition and meaning | Collins English Dictionary

    10 meanings: also: statical 1. not active or moving; stationary 2. (of a weight, force, or pressure) acting but causing no.... Click for more definitions.

  6. STATIC | definition in the Cambridge Learner’s Dictionary

    STATIC meaning: 1. not moving or changing: 2. electricity that you get when two surfaces rub together 3. noise on…. Learn more.

  7. static Keyword in Java - GeeksforGeeks

    6 days ago · The static keyword in Java is used for memory management and belongs to the class rather than any specific instance. It allows members (variables, methods, blocks, and …

  8. C++ keyword: static - cppreference.com

    Nov 26, 2024 · Usage declarations of namespace members with static storage duration and internal linkage definitions of block scope variables with static storage duration and initialized …

  9. static - JavaScript | MDN

    Jul 8, 2025 · The static keyword defines a static method or field for a class, or a static initialization block (see the link for more information about this usage). Static properties cannot be directly …

  10. A Guide to the Static Keyword in Java - Baeldung

    Jan 8, 2024 · In this tutorial, we’ll explore the static keyword of the Java language in detail. The static keyword means that a member – like a field or method – belongs to the class itself, …