What is the translation of " STATIC VARIABLES " in Vietnamese?

['stætik 'veəriəblz]
['stætik 'veəriəblz]
các biến static
static variables
các biến tĩnh
static variables

Examples of using Static variables in English and their translations into Vietnamese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Why doesn't C support local static variables like C does?
Tại sao C không hỗ trợ các biến tĩnh cục bộ như C?
Static variables are stored in static memory.
Các biến static được lưu giữ trong bộ nhớ static..
Static methods can only work with static variables.
Phương thức staticchỉ có thể làm việc với biến static.
Static variables are stored in static memory.
Biến static được lưu trữ trong bộ nhớ static riêng.
Since inner classes are associated with the instance,we can't have any static variables in them.
Do inner class được liên kết với instance nênchúng không có bất kỳ biến static nào bên trong.
Static variables are also known as class variables..
Các biến static cũng được biết đến như là các biến class.
By the way,sometimes your architecture might mean your code touches static variables during unit tests.
Bằng cách này, đôi khi kiến trúc của bạn có thể có nghĩalà code của bạn tương tác với các biến static trong quá trình unit test.
These static variables keep their value between function calls.
Các biến static này giữ nguyên giá trị của mình giữa các lần gọi hàm.
In C and Objective-C,you define static constants and variables associated with a type as global static variables.
Trong C và Objective-C, định nghĩa hằng và biến static gắn với kiểu là global static variable.
Static variables are created only once at the time class loading.
Các biến static chỉ được khởi tạo duy nhất một lần tại thời điểm tải class.
I doubt the experienced behaviorhas a practical use(who really used static variables in C, without breeding bugs?).
Tôi nghi ngờ hành vi có kinh nghiệm có một sử dụng thực tế(những người thực sự sử dụng các biến tĩnh trong C, mà không có lỗi sinh sản?).
Static variables can be accessed even when no Objects of that Class exists.
Các biến tĩnh có thể được truy cập ngay cả khi không có Đối tượng của Lớp đó tồn tại.
Internally we're using helpers to get/set private and private static variables as well as invoke private and private static methods.
Nội bộ chúng tôi đang sử dụng người trợ giúp để có được/ thiết lập private và private static biến cũng như gọi private và private static phương pháp.
Static variables can be accessed by calling with the class name ClassName. VariableName.
Có thể truy cập các biến tĩnh bằng cách gọi tên lớp: ClassName. VariableName.
Remember that all static variables are GC Roots, so they are never collected by the GC.
Hãy nhớ rằng tất cả các biến tĩnh là Rễ GC, vì vậy chúng không bao giờ được thu thập bởi GC.
Static variables are rarely used other than being declared as constants.
Các biến static hiếm khi được sử dụng, ngoài việc được khai báo như là các hằng số.
It contains static variables that can accommodate unique and private instances of itself.
Nó chứa các static variable có thể chứa các instance duy nhất và riêng tư của chính nó.
Static variables can be accessed by calling with the class name ClassName. VariableName.
Các biến static có thể được truy cập bởi việc gọi tên lớp: ClassName. VariableName.
However, most static variables are declared public since they must be available for users of the class.
Tuy nhiên, hầu hết biến static được khai báo chung khi chúng phải là có sẵn cho việc sử dụng của lớp.
Static variables gets initialized before any object of that class can be created.
Các biến static trong một lớp được khởi tạo trước khi bất cứ đối tượng nào của lớp đó có thể được tạo.
It is rare to use static variables other than declared final and used as either public or private constants.
Các biến tĩnh hiếm khi được sử dụng, ngoại trừ khai báo biến final và được sử dụng như các hằng số public hoặc private.
If the static variables are not public and final the naming syntax is the same as instance and local variables..
Nếu các biến static không là public và final, thì cú pháp đặt tên giống với các biến local và thuộc tính.
Static variables are used to define constants because their values can be retrieved by invoking the class without creating an instance of it.
Biến tĩnh được sử dụng để xác định hằng số vì giá trị của chúng có thể được lấy bằng cách gọi bởi các lớp mà không cần tạo một lần nữa.
Static variables are used to define constants because their values can be retrieved by invoking the class without creating an instance of it.
Các biến static được sử dụng để định nghĩa các hằng số( constant) bởi vì giá trị của chúng có thể được thu nhận bằng việc gọi lớp đó mà không cần tạo một instance của nó.
When Is Static Variable Loaded?
Khi nào dùng static variable?
Static variable are initialized only once in class area at the time of class loading.
Các biến static chỉ được khởi tạo duy nhất một lần tại thời điểm tải class.
The static variable is created when the program starts and destroyed when the program stops.
Các biến static được tạo khi chương trình bắt đầu và bị hủy khi chương trình kết thúc.
Type properties are useful for defining values that are universal to all instances of a particular type, such as a constant property that all instances can use(like a static constant in C), or a variable property that stores avalue that is global to all instances of that type(like a static variable in C).
Type property hữu dụng khi cần tạo các giá trị chung cho mọi đối tượng của 1 kiểu xác định, ví dụ như constant property mà mọi đối tượng có thể dùng( giống static constant trong C) hay variable propertylưu giá trị chung cho mọi đối tượng của kiểu đó( giống static variable trong C).
Results: 28, Time: 0.0292

Word-for-word translation

Top dictionary queries

English - Vietnamese