What is the translation of " MEMBUAT INSTANCE " in English?

create an instance
be instantiated

Examples of using Membuat instance in Indonesian and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Ecclesiastic category close
Anda tidak dapat membuat instance dari sebuah interface.
No, you cannot create an instance of an interface.
Keyword static memungkinkan method main()diapnggil tanpa harus terlebih dahulu membuat instance dari class sederhana.
The static keyword indicates that you can access the method Main()directly without first instantiating an object of your class.
Kliennya sederhana, kami membuat instance dari registry dan memanggil pick.
The client is simple, we create an instance of the registry and call pick.
Saat sistem memulai komponen, sistem akan memulai proses untuk aplikasi itu(jika belum berjalan) dan membuat instance kelas yang diperlukan untuk komponen.
When the system starts a component, it starts the process for thatapp if it's not already running and instantiates the classes needed for the component.
Sistem selalu membuat instance baru dari aktivitas dalam tugas target dan mengarahkan maksud ke situ.
The system always creates a new instance of the activity in the target task and routes the intent to it.
Return mengambil nilai sewenang-wenang dan membuat instance dari monad dengannya.
Return takes an arbitrary value and creates an instance of the monad with it.
Sistem membuat instance baru aktivitas dalam tugas yang memulainya dan mengarahkan intent-nya ke instance tersebut.
The system creates a new instance of the activity in the task from which it was started and routes the intent to it.
Berikan metode utama di kelas Anda yang mencoba membuat instance 6 dari kelas Anda.
Provide a main method in your class that attempts to create 6 instances of your class.
Informasi tentang cara membuat instance kelas Activity, yang menyediakan layar tersendiri dalam aplikasi bersama antarmuka pengguna.
How to create an instance of the Activity class, which provides a distinct screen in your application with a user interface.
Jika Anda membuat aplikasi yang lebih rumit menggunakan FirebaseApp kustom,Anda dapat membuat instance FirebaseStorage yang diinisialisasi dengan aplikasi tersebut.
If you're building a more complicated app using a custom FirebaseApp,you can create an instance of FirebaseStorage initialized with that app.
Aktivitas dapat membuat instance beberapa kali, setiap instance dapat dimasukkan ke beberapa tugas, dan satu tugas dapat memiliki beberapa instance..
The activity can be instantiated multiple times, each instance can belong to different tasks, and one task can have multiple instances.
Static: method dapat dijalankan tanpa membuat instance dari class yang berisi metode utama.
Static: method can be run without creating an instance of the class containing the main method.
Jika aktivitas yang dimulai adalah aktivitas saat ini( di bagian atas back stack),maka instance yang ada menerima panggilan ke onNewIntent(), bukan membuat instance baru dari aktivitas tersebut.
If the activity being started is the current activity(at the top of the back stack),then the existing instance receives a call to onNewIntent(), instead of creating a new instance of the activity.
Untuk menghindari race di mana dua thread membuat instance yang sama, kita perlu menyinkronkan pembuatan objek.
To avoid a race in which two threads create the instance, we need to synchronize the object creation.
Namun, jika instance aktivitas sudah ada dalam tugas terpisah, sistem akan mengarahkan intent ke instance yang ada melalui panggilan ke metode onNewIntent(), bukan membuat instance baru.
However, if an instance of the activity already exists in a separate task, the system routes the intent to the existing instance through a call to its onNewIntent() method, rather than creating a new instance.
Di beberapa titik, sebagian besar sumber daya kami digunakan untuk membuat instance WhatsApp baru, membuatnya tetap berjalan dan mempertahankan versi WhatsApp baru daripada meningkatkan produk kami.
At some point most of our resources went into creating new WhatsApp instances, keeping them running and maintaining new WhatsApp versions rather than improving our product.
Atau, saat memulai suatu aktivitas,Anda ingin memindah instance-nya yang ada ke depan( daripada membuat instance baru di bagian atas back stack);
Or, when you start an activity,you want to bring forward an existing instance of it(instead of creating a new instance on top of the back stack);
Untuk Sebagai contoh, pertimbangkan situasi di mana Anda perlu membuat instance sebuah objek tanpa membuat subkelas dari suatu kelas dan juga melakukan tugas tambahan seperti metode overloading.
For example consider a situation where you need to create the instance of an object without creating subclass of a class and also performing additional tasks such as method overloading.
Comlink adalah API kecil yang mengabstraksikan API MessageChanneldanpostMessage ke dalam API yang terlihat seperti Anda membuat instance kelas dan fungsi remote dalam konteks lokal.
Comlink is a small API that abstracts the MessageChannel andpostMessage API's in to an API that looks like you are instantiating remote classes and functions in the local context.
Aktivitas dapat membuat instance beberapa kali, setiap instance dapat dimasukkan ke berbagai tugas, dan satu tugas dapat memiliki beberapa instance( tetapi hanya jika aktivitas di bagian atas back stack bukan merupakan instance yang ada dari aktivitas tersebut).
The activity can be instantiated multiple times, each instance can belong to different tasks, and one task can have multiple instances(but only if the activity at the top of the back stack is not an existing instance of the activity).
Atau, bila memulai aktivitas,Anda ingin memajukan instance yang ada( sebagai ganti membuat instance baru pada bagian teratas back-stack);
Or, when you start an activity,you want to bring forward an existing instance of it(instead of creating a new instance on top of the back stack);
SingleTop" Kondisional Jika sebuah instance aktivitas sudah ada di bagian puncak tugas target, sistem akan mengarahkan maksud ke instance tersebut melalui panggilan ke metode onNewIntent(), bukannya membuat instance baru dari aktivitas.
SingleTop" Conditionally If an instance of the activity already exists at the top of the target task, the system routes the intent to that instance through a call to its onNewIntent() method, rather than creating a new instance of the activity.
Jika instance aktivitas sudah ada di bagian teratas tugas saat ini, sistem akan mengarahkan maksud ke instance tersebut melalui panggilan ke metode onNewIntent(), bukan membuat instance baru dari aktivitas tersebut.
If an instance of the activity already exists at the top of the current task, the system routes the intent to that instance through a call to its onNewIntent() method, rather than creating a new instance of the activity.
Disk ke-2 ditambahkan selama pembuatan instance/ dev/ sdb.
The 2nd disk added during instance creation/dev/sdb.
Panel adegan 3 D baru dan diperluas untuk pengeditan 2D dan 3 D yang menyertakan parameter favorit Anda seperti Duplikat, Buat Instance, Grup, dan Hapus.
New and extended 3D scene panel for 2D and3D editing that includes your favorite parameters like Duplicate, Create An Instance, Group and Delete.
RecordEvent tidak bersifat idempotent, maka pembuatan instance komponen ini secara berulang kali akan berujung pada state aplikasi yang tidak valid.
RecordEvent is not idempotent, then instantiating this component multiple times could lead to invalid application state.
Selama pembuatan instance VM, disk tambahan ditambahkan ke setiap node kluster untuk menyimpan data aplikasi yang akan kami lindungi. Dalam hal ini adalah database MySQL.
During VM instance creation, an extra disk was added to each cluster node to store the application data we will be protecting.
Jika Anda ingin menggunakan bucket penyimpanan selain dari yang diberikan di atas ataumenggunakan beberapa bucket penyimpanan di satu aplikasi, buat instance dari FirebaseStorage yang mereferensikan bucket kustom Anda.
If you want to use a storage bucket other than the default provided above, or usemultiple storage buckets in a single app, you can create an instance of FirebaseStorage that references your custom bucket.
Results: 28, Time: 0.027

Word-for-word translation

Top dictionary queries

Indonesian - English