What is the translation of " WRAPPER CLASSES " in Vietnamese?

['ræpər 'klɑːsiz]
['ræpər 'klɑːsiz]
wrapper class
wrapper classes
các lớp wrapper
wrapper classes

Examples of using Wrapper classes in English and their translations into Vietnamese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Wrapper classes are immutable.
Các class wrapper là bất biến.
Why we need wrapper classes.
Tại sao chúng ta cần các lớp wrapper?
Wrapper classes also include some useful methods.
Wrapper class cũng có các phương thức hữu ích.
It has primitive data types and wrapper classes.
Nó có kiểu dữ liệu nguyên thủy và wrapper class.
Wrapper classes are covered in the next chapter.
Wrapper class sẽ được discuss ở bài viết tiếp theo.
In order to achieve this, Java provides wrapper classes.
Để làm được điều này, Java cung cấp các lớp wrapper.
And also the wrapper classes provide many utility methods also.
Wrapper class cũng có các phương thức hữu ích.
To solve this problem, Java provides the Wrapper classes.
Để làm được điều này, Java cung cấp các lớp wrapper.
Note: String and Wrapper classes implement comparable interface.
Note: Lớp String và các lớp Wrapper được implements giao diện Comparable.
Unmanaged code is executed with help of wrapper classes.
Unmanaged Code đượcthực hiện với sự giúp đỡ của các lớp bao bọc.
Wrapper classes are used to represent primitive values when an Object is required.
Wrapper class được sử dụng để mô tả các giá trị nguyên thủy khi object được yêu cầu.
Placing primitive types into wrapper classes is called boxing.
Việc đặt kiểu dữ liệu nguyên thủy vào wrapper class được gọi là boxing.
The object interinghas some important consequences when comparing wrapper classes.
Object intering có một số kết quảquan trọng khi so sánh các wrapper class.
In this part of the Java tutorial, we have covered wrapper classes, boxing and unboxing, default values, conversions, and promotions.
Trong phần này của hướng dẫn Java, mình đã giới thiệu lớp wrapper, boxing và unboxing, default value, conversion và promotion.
Or you can use the toString method of any of the wrapper classes.
Hoặc chúng ta có thể dùng phương thức MapRoute của lớp RouteCollection cũng được.
In scientific computing andother large scale number processing, wrapper classes may cause significant performance hit.
Trong khoa học tính toán vàxử lí số lớn, wrapper class có thể khiến cho đạt được 1 performance đáng kể.
To use Swift you would have to go through the tedious andoften bug-ridden task of making Objective-C or Objective-C++ wrapper classes.
Để dùng được Swift, bạn phải trải qua nhiệm vụ buồn chán, mệt mỏi,thường phải gặp bug là tạo wrapper classes Objective- C hoặc Objective- C++.
Swift is installed via Cocoapods and integrated in the template as a Build Phase andwill generate the Swift wrapper classes on each build.
Swift được cài đặt thông qua Cocoapods và được tích hợp trong mẫu dưới dạng Giai đoạn xây dựng vàsẽ tạo các lớp trình bao bọc Swift trên mỗi bản dựng.
Another quick and easy way to avoid any overhead andimprove the performance of your application is to use primitive types instead of their wrapper classes.
Một cách nhanh chóng và dễ dàng để tránh chi phí phát sinhvà cải thiện hiệu suất của ứng dụng là sử dụng các kiểu primitive thay vì các class wrapper của chúng.
Table: Primitive types and their wrapper class equivalents.
Table: Kiểu dữ liệu nguyên thủy và wrapper class tương ứng.
These issues can be mitigated by using a wrapper class.
Những vấn đề này có thể được giảmnhẹ bằng cách sử dụng một lớp wrapper.
Automatic boxing and unboxing is performed when one value is primitive type andother is wrapper class in.
Autoboxing và unboxing được thực hiện khi 1 giá trị là kiểu dữ liệu nguyên thủy vàcòn lại là wrapper class trong các trường hợp sau.
The object of the wrapper class contains or wraps its respective primitive data type.
Đối tượng của lớp wrapper chứa hoặc kết thúc bằng kiểu dữ liệu gốc của nó.
In order to achieve this, Java provides wrapper class Character for primitive data type char.
Để thực hiện điều này, Java cung cấp lớp wrapper là Charater với kiểu dữ liệu char gốc.
Each method in the wrapper class just calls through to the corresponding real method and returns the same result.
Mỗi phương thức trong lớp wrapper chỉ các cuộc gọi thông qua method thực tế tương ứng và trả về kết quả tương tự.
Wrapper class in Java provides the mechanism to convert primitive into object and object into primitive.
Lớp Wrapper trong Java cung cấp kỹ thuật để chuyển đổi kiểu gốc primitive thành đối tượng và từ đối tượng thành kiểu gốc.
So when a primitive is used when an object isrequired the compiler boxes the primitive type in its wrapper class.
Vì vậy, khi một nguyên thủy được sử dụng khi đối tượng được yêu cầu,các hộp trình biên dịch các kiểu nguyên thủy trong lớp wrapper của nó.
Therefore, while using a wrapper class you just need to pass the value of the primitive data type to the constructor of the Wrapper class.
Vì vậy trong quá trình sử dụng lớp wrapper, bạn chỉ cần chuyển đổi giá trị của kiểu dữ liệu gốc thành constructor cho lớp Wrapper.
In general, the Java language gives you a wrapper class(File) for a file in your OS.
Nhìn chung, ngôn ngữ Java cung cấp cho bạn một lớp bao gói( File) cho kiểu tệp tin trong hệ điều hành của bạn.
If the target class or method doesn't exist,the initialization of the wrapper class fails, and your application knows that it should avoid using the newer calls.
Nếu target class hoặc method không tồn tại,việc khởi tạo của class wrapper thất bại, và ứng dụng của bạn biết rằng nó nên tránh sử dụng các cuộc gọi mới hơn.
Results: 57, Time: 0.0387

Word-for-word translation

Top dictionary queries

English - Vietnamese