Examples with "Java Byte" and their translation in Turkish
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
The Scala compiler compiles your Scala code into Java Byte Code, which can then be executed by the 'scala' command.
Scala derleyicisi, Scala kodlarınızı daha sonra Scala komutlarının işyebileceği Java Byte koduna dönüştürür.
Other results
Using Java byte-code is advantageous to porting since it has similarities to machine code.
Java byte-kodunu kullanmak, machine code ile benzerlik taşıdığı için taşıma işlemleri için avantajlıdır.
Java's byte codes are transformed into local machine instructions and are not stored anywhere, meaning they are interpreted step by step.
Java'nın byte kodları yerel makine talimatlarına dönüşür ve hiçbir yerde depolanmaz, yani adım adım yorumlanan bir yapıya sahiptir.
Java translates program code into the byte number system first.
Java ise program kodlarını önce byte sayı sistemine çevirir.
Java translates program code into the byte number system first.
Java öncelikle program kodu byte koda çevirir.
Generally, when you build an application using Java or other JVM-based languages when you compile your project, it compiles the human readable code to byte-code which can be understood by JVM or other virtual machines that run on top of underlying OS.
Genel olarak, projenizi derlerken Java veya diğer JVM tabanlı dilleri kullanarak bir uygulama oluşturduğunuzda, insan tarafından okunabilir kodu, JVM veya altta yatan işletim sistemi üzerinde çalışan diğer sanal makineler tarafından anlaşılabilecek bayt koduna derler.
Generally, when you build an application using Java or other JVM-based languages when you compile your project, it compiles the human readable code to byte-code which can be understood by JVM or other virtual machines that run on top of underlying OS.
Genelde, Java veya JVM tabanlı diğer dillerden uygulama yaparken projeni derlediğinde bizlerin okuyabildiği kodları JVM veya diğer sanal makineler tarafından anlaşılabilen bayt kodlarına derler.
For instance, if Java knows that the base type Type takes 32 bytes, and you want an array of size 5, it needs to internally allocate 32 5 = 160 bytes.
Örneğin, Java'nın taban türünü bilmesi durumunda Type 32 bayt alır ve bir boyut 5 dizisi istersiniz, dahili olarak 32 5 = 160 bayt ayırmak gerekir.