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

['stætik 'meθəd]
['stætik 'meθəd]
phương thức static
static method
phương thức tĩnh
static method
static method
phương pháp tĩnh
static method

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

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
So does this static method.
Phương pháp static này cũng vậy.
Static method vs Non Static method..
Các phương thức static vs non- static..
Print"This is a static method".
Print( Tôi là một static method').
A static method can not refer to this or super keyword.
Một phương thức static không thể được sử dụng từ khóa this và super.
By executing a synchronized static method of a class.
Thực hiện một đồng bộ method static của một class.
A static method can access static data member and can change the value of it.
Phương thức static có thể truy cập biến static và có thể thay đổi giá trị của nó.
The toString() is the static method of Long class.
Phương thức toString() là phương thức static của lớp Long.
We can directly use the class name to access the Static method.
Sử dụng trực tiếp tên class để truy cập vào static method.
Reference to a static method Class:: staticMethodName.
Tham chiếu đến một static method- Class:: staticMethod.
There is no need of creating an object to access the static method.
Bởi vìkhông cần thiết phải tạo đối tượng để gọi phương thức static.
The parseDouble() is the static method of Double class.
Phương thức parseDouble() là phương thức static của lớp Double.
The methods of static keywords can only call another static method.
Phương thức static Chúng chỉ có thể gọi các phương thức static khác.
Is that possible to create a Static Method in non-Static Class?
Có thể tạo một Static Method trong một non- Static Class?
Static Method or variable can be used without creating or referencing an instance of the Class.
Phương thức tĩnh hoặc biến có thể được sử dụng mà không cần tạo hoặc tham chiếu một thể hiện của Class.
And the we can use the static method from the People class: GetPeople().
Ta cũng có thể gọi phương thức static của lớp type, getType().
If you are writing code in the context of a type,you still need to include the name of the type to call a static method on the type.
Nếu bạn đang viết code trong bối cảnh của 1type, bạn vẫn cần bao hàm tên của type để gọi 1 method tĩnh trong type.
BOOTP normally uses a static method of determining what IP address to assign to a device.
BOOTP thông thường sử dụng một phương pháp tĩnh để xác định địa chỉ IP nào gán cho thiết bị.
What makes you say that either a singleton or a static method isn't thread-safe?
Điều gì làm cho bạn nói rằng một singleton hoặc một phương pháp tĩnh không an toàn thread?
How much a static method will hurt from a testing point of view depends on where it is in you application call graph.
Một phương thức tĩnh sẽ ảnh hưởng như thế nào từ quan điểm kiểm tra phụ thuộc vào vị trí của nó trong biểu đồ cuộc gọi ứng dụng của bạn.
If there is any private, final or static method in a class, there is static binding.
Ví như có bất kì phương thức private, final hoặc static nào trong một lớp, thì đó là gắn kết tĩnh.
Public static method that returns the instance of the class, this is the global access point for outer world to get the instance of the singleton class.
Public static method để trả về instance của class, đây chính là global access point ra thế giới bên ngoài.
A technique whereby one object(or static method) supplies the dependencies of another object.
Dependency injection là một kĩ thuật trong đó một object(hoặc một static method) cung cấp các dependencies của một object khác.
A static method can call only other static methods and not a non-static method from it.
Một phương thức static chỉ có thể gọi mộtphương thức static khác chứ không thể gọi được một phương thức non- static..
Why are my error messages defined on a schema static method not showing up even though the error handling is apparently working?
Tại sao các thông báo lỗi của tôi được xác định trên một phương thức tĩnh của lược đồ không hiển thị mặc dù việc xử lý lỗi rõ ràng đang hoạt động?
A static method should not refer to instance variables without creating an instance and cannot use“this” operator to refer the instance.
Một phương thức static không nên tham chiếu tới các biến instance mà không tạo một instance và không thể sử dụng toán tử this để tham chiếu Instance đó.
Dependency injection In software engineering,dependency injection is a technique whereby one object(or static method) supplies the dependencies of another object.
Dependency injection là một kĩthuật trong đó một object( hoặc một static method) cung cấp các dependencies của một object khác.
Java interface static method is similar to default method except that we can't override them in the implementation classes.
Phương thức static cũng giống như phương thức default, ngoại trừ việc nó không thể được override chúng trong class được implements.
If the static method might be called from multiple threads simultaneously, measures may need to be taken to prevent race conditions that could result in the creation of multiple instances of the class.
Nếu phương pháp tĩnh có thể được gọi từ nhiều luồng đồng thời, cần phải có các biện pháp để ngăn ngừa các điều kiện có thể dẫn đến việc tạo ra nhiều trường hợp của lớp.
We can't define interface static method for Object class methods, we will get compiler error as“This static method cannot hide the instance method from Object”.
Chúng ta không thể định nghĩa phương thức static của các phương thức thuộc class Object, chúng ta sẽ gặp lỗi“ This static method cannot hide the instance method from Object”.
It is because the static method is the part of class and it is bound with class whereas instance method is bound with object and static gets memory in class area and instance gets memory in heap.
Bởi vì phương thức static là một phần của lớp và nó bị ràng buộc với lớp, trong khi phương thức instance là bị ràng buộc với đối tượng, static được lưu trong vùng nhớ Class và instance được lưu trong bộ nhớ heap.
Results: 55, Time: 0.0782

Word-for-word translation

Top dictionary queries

English - Vietnamese