Login
Discover
Waves
Decks
Plus
Login
Signup
Topics
New
Trending
Hot
New
New
Trending
Hot
New
Payouts
Muted
Promoted
Global
Top communities
Create decentralized community
latest #jvm created topics on internet
web345
Threespeak
2024-03-13 18:54
The Java programming language: its history, features, and impact in the world of programming
The Java programming language is one of the most popular and used languages in the world of software development. Java comes with a long and impressive history of success, and today it represents a mainstay
$ 0.000
1
louis.liu
jvm
2018-10-25 06:51
2018 JVM 生态报告生态报告
2018 JVM 生态调查报告已于近日发布,该报告由 Snyk 和 The Java Magazine(Oracle 的双月刊)联合推出,旨在了解 JDK 的实现、工具、平台和应用方面的前景。 基于超过 10200 份用户问卷,报告生成了如下结果: 1、你主要使用哪个 Java 供应商的 JDK ? 70% 的用户使用 Oracle JDK ,21% 的使用 OpenJDK 。
$ 0.000
2
coolcamera
java
2018-09-11 09:01
JVM Architecture & Java Bytecode - Java Bytecode
If you like my video, please click the LIKE button, leave a COMMENT and RESTEEM :) If you wish, you can support me on Patreon: Thank you!!! ▶️ DTube ▶️ IPFS
$ 0.000
2
coolcamera
jvm
2018-09-11 08:29
JVM Architecture & Java Bytecode - JVM Architecture
Watch next class: If you like my video, please click the LIKE button, leave a COMMENT and RESTEEM :) If you wish, you can support me on Patreon: Thank you!!! ▶️ DTube ▶️ IPFS
$ 0.000
2
pedrobrito2004
spanish
2026-04-02 21:17
Promoted
April Makeover [Eng+Esp] Cambio de imagen en abril.
April arrived with a new cover image. 🌸 With the arrival of April, it was time to change the blog header image. After briefly browsing some free cover images for blog headers or Facebook, available on
$ 0.438
90
8
laxam
utopian-io
2018-04-11 19:57
Programming in Clojure. Part 1: Why clojure
What Will I Learn? In this part of the tutorial you will learn: Why and when Clojure can be a better tool for the task at hand, compared to other languages. How does Clojure differ from classical languages
$ 91.965
64
7
lineplus
jvm
2018-04-02 16:28
What is JVM in JAVA?
It is just my opinion, so don't you attack me. please! But if this posting has some incorrect informations, you comment about that Please!! What is JVM? Where is JVM? · JVM은 Application program(응용프로그램)과
$ 0.000
1
1
aro.steem
kotlin
2018-03-13 13:33
Kotlin Pickups
Formatting Strings? Refer to variables and expressions in string literals by putting $ in front of the variable name. Evaluate expressions using ${expression}. Docs: #31DaysOfKotlin
$ 0.000
1
aro.steem
kotlin
2018-03-05 21:43
KOTLIN - Ranges
$ 0.000
2
kpoulout
Worldmappin
2026-04-02 18:09
Promoted
La mansión del banquero/The Banker's Mansion (Esp-Eng)
UNEAC
Hola, mis amigos de worldmappin. Espero estén disfrutando de una excelente jornada de jueves. Hoy continúo con mi empeño de mostrarles las maravillas de mi Habana. En el centro del Vedado, justo en la
$ 5.992
659
18
parsik
java
2018-02-18 20:44
نکاتی دربارهی ماشین مجازی جاوا
یک فلسفهی مهم در ایجاد زبان برنامهنویسی جاوا این بوده است که «یک بار کد بنویسید، همه جا اجرا کنید». به عبارت دیگر، هدف سازندگان این زبان آن بوده است که برنامهای که مینویسید، در تمام سیستمها بهطور
$ 5.607
4
1
parsik
programming
2018-02-07 09:56
موتور جاوا اسکریپت ناسهورن
گرچه موتور جاوا اسکریپت راینو (Rhino) پیادهسازی خوبی از زبان جاوا اسکریپت را برای محیط ماشین مجازی جاوا فراهم کرده بود، ولی سرعت آن در مقایسه با موتورهایی جاوا اسکریپت دیگر، مانند وی۸، مطلوب نبود. در
$ 6.820
5
1
parsik
programming
2018-02-07 06:20
موتور جاوا اسکریپت راینو
راینو (Rhino) نخستین موتور جاوا اسکریپتی بود که برای ماشین مجازی جاوا (JVM) ایجاد شد. این نرمافزار توسط شرکت موزیلا ایجاد شد و در جاوای ۶ بهعنوان پیادهسازی پیشفرض رابط برنامهنویسی اسکریپتنویسی (Scripting
$ 6.761
5
parsik
programming
2018-02-07 05:45
استفاده از زبانهای دینامیک در ماشین مجازی جاوا
جاوا تنها یک زبان نیست، بلکه در نگاه موسّع یک پلتفرم برنامهنویسی است که میتوان با زبانهای دیگر نیز در محیط آن برنامهنویسی کرد. یکی از قابلیتهایی که از جاوای ۶ اضافه شده است، رابط برنامهنویسی
$ 6.858
4
3
weone
Blockchain Poets
2026-04-03 19:02
Promoted
Different Frequencies: A Poetry
Here's a poem celebrating neurodiversity: --- # Different Frequencies We are not broken signals, not static on a line — we are every wavelength the spectrum can define. Some minds move like rivers, winding,
$ 0.341
54
2
parkjp
kr
2018-01-24 15:12
[Java] JVM의 구조
1. JVM (Java Virtual Machine)이란? 자바 가상 머신(Java Virtual Machine, JVM)은 자바 바이트코드를 실행할 수 있는 주체이다. 일반적으로 인터프리터나 JIT 컴파일 방식으로 다른 컴퓨터 위에서 바이트코드를 실행할 수 있도록 구현되나 자바 프로세서처럼 하드웨어와 소프트웨어를 혼합해 구현하는 경우도 있다. (이론적으로는
$ 0.000
3
mirahu
utopian-io
2018-01-21 16:14
Add WebAssembly runtime to the JVM
Proposal Run WebAssembly inside the the JVM. Development Implementation of JSR 223 for WebAssembly scripting. Implementation of execution runtime inside JVM Benefits Possibility to run WebAssembly on server
$ 0.060
5
2
egosum
scala
2017-12-20 16:53
Scala Tutorial (2)
We are going to start this tutorial by explaining the diferent ways in which we can name variables in Scala, by using the keyword var or val. var denotes that it is a variable, and as such, its value can
$ 0.000
0
2
egosum
scala
2017-12-18 10:05
Scala Tutorial (I)
Scala ( is a programming language that manages to unite both Functional Programming (FP) and Object-Oriented Programming (OOP). It mainly targets de Java Virtual Machine (JVM), but there is already an
$ 0.000
0
katriel1
Ecency Support
2026-04-04 04:17
Promoted
This game wasn't a race, but a path to success/Story #59/eng-spn
Greetings! It's a great pleasure to participate in the [Writing Contest] Finish the Tale initiative. Story #59 The prompt is: They understood that life wasn't a race, but a journey to be felt. They understood
$ 0.966
157
4
phash
cryptocurrency
2017-11-05 19:35
Semux - Java BlockChain Rewards keeps going!
Block 86400 was said to be the last block with rewards until final release! But the devs changed their mind - lot's of community members were angry not to actually earn something for supporting the project!
$ 0.000
9
phash
cryptocurrency
2017-11-05 12:56
Semux - the new promising star
Semux is a new blockchain platform, currently in beta stadium. Contrary to Lisk, ARK, Waves, Stratis or Ethereum it is written in Java. FullStack! The goal of Semux is to deliver a veritable, secure and
$ 0.000
10
1
mjb6909
java
2017-10-18 00:58
java daemon - jvm install and daemon coding
java jdk down linux - getconf LONG_BIT => 64bit gunzip jdk-8u151-linux-x64.tar.gz tar -xvf jdk-8u151-linux-x64.tar mv jdk1.8.0_151 /usr/local/jdk1.8.0_151 cd /usr/local/ ln -s jdk1.8.0_151/ java vi
$ 0.000
4
ghasemkiani
programming
2017-07-12 05:48
A Java Virtual Machine Written in Pure JavaScript
JavaScript has come a long way. Due to the widespread use of the web platform, it has become arguably the most popular programming language today. Systems like emscripten have made it possible to compile
$ 0.643
5